mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
New alias for git push all, 'gp' just pushes currect branch
This commit is contained in:
@@ -34,7 +34,8 @@ alias lll 'ls --color=always -alF | less -R'
|
||||
|
||||
## Git
|
||||
alias gu "git pull --all"
|
||||
alias gp "git push --all; git push --tags"
|
||||
alias gp "git push; git push --tags"
|
||||
alias gpa "git push --all; git push --tags"
|
||||
alias gc "git commit"
|
||||
alias gca "git commit -a"
|
||||
alias gd "git diff"
|
||||
|
||||
Reference in New Issue
Block a user