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