Skip to content

Instantly share code, notes, and snippets.

@Boboss74
Last active June 3, 2021 16: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 Boboss74/6a6d4bb64f919d14f30f2453ea204d1b to your computer and use it in GitHub Desktop.
Save Boboss74/6a6d4bb64f919d14f30f2453ea204d1b to your computer and use it in GitHub Desktop.
~/.gitconfig
[color]
ui = auto
[alias]
brancha = branch --all
fetcha = fetch --all --verbose --prune
amendpush = !git commit --amend --no-edit && git push --force-with-lease
lol = log --graph --decorate --oneline
lola = log --graph --decorate --oneline --all
lolaa = log --graph --decorate --all --pretty='%C(auto)%h%Creset%C(auto)%d%Creset %cr %Cblue<%an>%Creset %s' --abbrev-com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment