Skip to content

Instantly share code, notes, and snippets.

@stoffera
Created May 14, 2019 18:41
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 stoffera/af2b963ee8601d8f432358549d2b4423 to your computer and use it in GitHub Desktop.
Save stoffera/af2b963ee8601d8f432358549d2b4423 to your computer and use it in GitHub Desktop.
Git config
[color]
branch = auto
diff = auto
interactive = auto
status = auto
grep = auto
ui = auto
[alias]
ci = commit
st = status
co = checkout
glog = log --graph --format=format:'%C(bold yellow)%h%C(reset) - %C(white)%s%C(reset) %C(bold magenta)— %cn%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit
up = pull --ff-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment