Skip to content

Instantly share code, notes, and snippets.

@iborba
Forked from jfollmann/.gitconfig
Last active January 22, 2021 21:24
Show Gist options
  • Save iborba/5999e92d8cdab69b5c4b9769a6f3370b to your computer and use it in GitHub Desktop.
Save iborba/5999e92d8cdab69b5c4b9769a6f3370b to your computer and use it in GitHub Desktop.
git alias
[color]
ui = auto
status = auto
diff = auto
branch = auto
interactive = auto
[alias]
co = checkout
lg = log --all --graph --decorate --oneline --abbrev-commit
cm = commit
ac = !git add -A && git commit
st = status -sb
tags = tag -l
branches = branch -a
[commit]
template = ~/.gitmessage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment