Skip to content

Commit 0e9e88d

Browse files
coderifousJim Garvin
authored and
Jim Garvin
committed
Added a few git related bash aliases.
1 parent 558b05d commit 0e9e88d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

bash_aliases

+9-1
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,14 @@ alias gsl="git shortlog -sn"
4848
alias gw="git whatchanged"
4949
alias gsr="git svn rebase"
5050
alias gsp="git svn dcommit"
51-
alias gsui="git submodule update --init"
51+
alias gst="git stash"
52+
alias gstp="git stash pop"
5253
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"
5359

5460
# Useful report of what has been committed locally but not yet pushed to another
5561
# branch. Defaults to the remote origin/master. The u is supposed to stand for
@@ -191,3 +197,5 @@ alias top=htop
191197
alias tmux='TERM=screen-256color tmux'
192198

193199
############################################################
200+
alias vi=vim
201+
alias clcl='clear; tmux clear-history'

0 commit comments

Comments
 (0)