📝 Made note on easier git push all remotes
This commit is contained in:
parent
495c818a96
commit
18ba463ec5
1 changed files with 2 additions and 0 deletions
2
aliases
2
aliases
|
|
@ -201,6 +201,8 @@ alias pscpu="ps auxf | sort -nr -k 3 | head -5"
|
|||
alias git-a="git add"
|
||||
alias git-c="git commit -m"
|
||||
alias git-p="git push"
|
||||
# taken from Luke Smith, put in bgit eventually
|
||||
alias gua="git remote | xargs -L1 git push --all"
|
||||
# undo local file changes and keep your last commit
|
||||
alias git-r="git reset --hard"
|
||||
# undo local file changes and remove your last commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue