$ git config --global --list
$ git config commit.gpgsign true
$ git config --global commit.gpgsign true
$ git config --global core. editor "nano"
$ git reset --hard [hash]
$ git reset --hard HEAD
$ git reflog
$ git commit --ammend
$ git shortlog
$ git shortlog -sn
$ git log --graph
$ git log --oneline
$ git config --global alias.stats "shortlog -sn --all --no-merges"
git blame file.txt
git branch -r