#TIL #git 센스 돋는 stash aliases

$ git config --global alias.stsh 'stash --keep-index'
$ git config --global alias.staash 'stash --include-untracked'

Git Aliases of the Gods! - Git Merge 2017’ 발표보고 추가했다. 네이밍 센스 부럽다. --include-untracked 옵션 생각이 왜 그리 안 나는지. 이제 git staash 명령어로 해결

Feedback plz <3 @ohyecloudy, ohyecloudy@gmail.com

A Random Post