print git command results to stdout ```shell git config --global core.pager "less -FRSX" ``` fix mac os upgrade issue ```shell sudo xcode-select --install ``` stash ```shell git stash git stash -u git stash list git stash apply git stash drop git stash pop ```