Git Commands October 17, 2016 kokasiva1 stash commands git add . git stash git stash –list git stash pop git stash save "guacamole sauce WIP" git stash apply stash^{/guacamo} Delete branches local branch git branch -D […]