File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,14 @@ alias gsl="git shortlog -sn"
48
48
alias gw=" git whatchanged"
49
49
alias gsr=" git svn rebase"
50
50
alias gsp=" git svn dcommit"
51
- alias gsui=" git submodule update --init"
51
+ alias gst=" git stash"
52
+ alias gstp=" git stash pop"
52
53
alias ts=" tig status"
54
+ alias gsui=" git submodule update --init"
55
+ alias gup=" glr && gsui"
56
+ alias grb=" git rebase "
57
+ alias gri=" git rebase -i "
58
+ alias gmo=" git merge origin/master"
53
59
54
60
# Useful report of what has been committed locally but not yet pushed to another
55
61
# branch. Defaults to the remote origin/master. The u is supposed to stand for
@@ -191,3 +197,5 @@ alias top=htop
191
197
alias tmux=' TERM=screen-256color tmux'
192
198
193
199
# ###########################################################
200
+ alias vi=vim
201
+ alias clcl=' clear; tmux clear-history'
You can’t perform that action at this time.
0 commit comments