Skip to content

Instantly share code, notes, and snippets.

@vkechagias
Created June 3, 2020 13:53
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 vkechagias/5e984411d43868ed7968cfb7629d1741 to your computer and use it in GitHub Desktop.
Save vkechagias/5e984411d43868ed7968cfb7629d1741 to your computer and use it in GitHub Desktop.
Git tree in cli
#!/bin/bash
git log --oneline --graph --color --all --decorate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment