Skip to content

Instantly share code, notes, and snippets.

@antondemanov
Last active July 17, 2018 12:26
Show Gist options
  • Select an option

  • Save antondemanov/7beea2a274a99ff9c429bc5f7bbad8ae to your computer and use it in GitHub Desktop.

Select an option

Save antondemanov/7beea2a274a99ff9c429bc5f7bbad8ae to your computer and use it in GitHub Desktop.
Global git config file
[alias]
st = status
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
co = checkout
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red
new = green
[color "status"]
added = green
changed = yellow
untracked = cyan
[user]
email = ***
name = ***
[pull]
rebase = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment