Skip to content

Instantly share code, notes, and snippets.

@marlun78
Created February 12, 2024 08:15
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 marlun78/49f54be0ff80d7ebf59e25e82fc511ee to your computer and use it in GitHub Desktop.
Save marlun78/49f54be0ff80d7ebf59e25e82fc511ee to your computer and use it in GitHub Desktop.
Continuously visualize git branches and commits in the terminal
# Requires `watch`, if on macOS, `brew install watch`
watch -ct -n1 git --no-pager log --color --all --oneline --decorate --graph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment