print git command results to stdout
git config --global core.pager "less -FRSX"fix mac os upgrade issue
sudo xcode-select --installstash
git stash
git stash -u
git stash save "message" # for multiple stash
git stash list
git stash apply
git stash drop
git stash pop