bashrc: add git stash
This commit is contained in:
@@ -69,6 +69,7 @@ alias push="git push"
|
||||
alias pull="git pull"
|
||||
alias add="git add"
|
||||
alias remote="git remote -v"
|
||||
alias stash="git stash"
|
||||
|
||||
commit() {
|
||||
git commit -m "$*"
|
||||
|
||||
Reference in New Issue
Block a user