Skip to content

Instantly share code, notes, and snippets.

@kupriyanenko
Last active December 25, 2015 00:09
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 kupriyanenko/6886072 to your computer and use it in GitHub Desktop.
Save kupriyanenko/6886072 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = kupriyanenko
email = a.kupriyanenko@gmail.com
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%C(yellow)%h%Creset %ad | [%Cgreen%an%Creset] %s%d\" --graph --date=short
type = cat-file -t
dump = cat-file -p
[credential]
helper = !'C:\\Users\\alexeyku\\AppData\\Roaming\\GitCredStore\\git-credential-winstore.exe'
[core]
autocrlf = true
safecrlf = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment