Skip to content

Instantly share code, notes, and snippets.

@liyang85
Last active November 5, 2019 03:27
Show Gist options
  • Save liyang85/400415159cc632048b0210de8ad6ce1b to your computer and use it in GitHub Desktop.
Save liyang85/400415159cc632048b0210de8ad6ce1b to your computer and use it in GitHub Desktop.
Git snippets
# git adog (All, Decorate, Oneline, Graph)
# https://stackoverflow.com/questions/1057564/pretty-git-branch-graphs
git log --all --decorate --oneline --graph
git config --global alias.adog "log --all --decorate --oneline --graph"
https://githowto.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment