git log $(git describe --tags --abbrev=0)..HEAD --oneline --pretty=format:'%h %s’

git log --graph --pretty=format:'%C(auto)%h%d (%cr) %cn <%ce> %s’

git stash {{name}}

git stash list

git stash apply {{name}}

git rebase upstream/devel

github