Git Commands
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 branch_name (force)
git branch -d branch_name (local should be in sync with remote)
remote branch
git push origin –delete remote_branch_name
git config –list
git config –global user.name "belljava2017"
git config user.name