Skip to content

Instantly share code, notes, and snippets.

@kovalbogdan95
Forked from b6ed7/.gitconfig
Created September 15, 2017 12:01
Show Gist options
  • Save kovalbogdan95/807be956fbffe355f9115cdc81a5e907 to your computer and use it in GitHub Desktop.
Save kovalbogdan95/807be956fbffe355f9115cdc81a5e907 to your computer and use it in GitHub Desktop.
[user]
email = b6ed7ac5f9a@gmail.com
name = Natan
[color]
ui = true
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %$
lga = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%$
lg1 = log -p --stat -n 1
[merge]
tool = meld
[color]
ui = true
status = auto
branch = auto
diff = auto
interactive = auto
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment