Skip to content

Instantly share code, notes, and snippets.

@anuj9196
Created March 15, 2019 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anuj9196/e7f4a760464af4bc8381b910d6aefac0 to your computer and use it in GitHub Desktop.
Save anuj9196/e7f4a760464af4bc8381b910d6aefac0 to your computer and use it in GitHub Desktop.
Graph of git log in terminal
git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative master..development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment