1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Git pull then git push, in one command!

This commit is contained in:
Joe Groocock 2016-07-06 08:39:52 +01:00
parent 108c5b0efb
commit 2f07de8047

View File

@ -91,6 +91,7 @@ alias gf="git fetch"
alias gp="git push"
alias gpf="gp --force"
alias gl="git pull --rebase"
alias glp="gl && gp"
alias gd="git diff"
alias gds="git diff --staged"
alias glg="git log --stat --color"