Skip to content

Instantly share code, notes, and snippets.

@stevejay
Last active March 8, 2023 07: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 stevejay/a127570e4143cf868c4c49d988513e80 to your computer and use it in GitHub Desktop.
Save stevejay/a127570e4143cf868c4c49d988513e80 to your computer and use it in GitHub Desktop.
Useful git aliases
# Add to your .gitconfig file, in the [alias] section.
graph = log --oneline --graph --decorate
md = machete discover
ms = machete status
mss = machete status --list-commits
mt = machete traverse --fetch --start-from=first-root
fetchtags = fetch --tags --force
showtags = log --tags --graph --oneline --decorate --simplify-by-decoration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment