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:
parent
108c5b0efb
commit
2f07de8047
1
aliases
1
aliases
@ -91,6 +91,7 @@ alias gf="git fetch"
|
|||||||
alias gp="git push"
|
alias gp="git push"
|
||||||
alias gpf="gp --force"
|
alias gpf="gp --force"
|
||||||
alias gl="git pull --rebase"
|
alias gl="git pull --rebase"
|
||||||
|
alias glp="gl && gp"
|
||||||
alias gd="git diff"
|
alias gd="git diff"
|
||||||
alias gds="git diff --staged"
|
alias gds="git diff --staged"
|
||||||
alias glg="git log --stat --color"
|
alias glg="git log --stat --color"
|
||||||
|
Loading…
Reference in New Issue
Block a user