Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nicolasochem/43106d16aed8bdbf804013f538273e34 to your computer and use it in GitHub Desktop.
Save nicolasochem/43106d16aed8bdbf804013f538273e34 to your computer and use it in GitHub Desktop.
all git aliases I will ever need
git config --global alias.logg "log --graph --oneline --decorate"
git config --global alias.branchh "for-each-ref --sort='-authordate:iso8601' --format=' %(authordate:relative)%09%(refname:short)' refs/heads"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment