bashrc: add git stash

This commit is contained in:
Jaewook Lee
2024-08-09 22:35:36 +09:00
parent cf95679610
commit 1b8a4aeff2

View File

@@ -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 "$*"