Skip to content

Instantly share code, notes, and snippets.

@IgorGavrilenko
Last active September 23, 2016 21:35
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 IgorGavrilenko/cbfa53fe3c440aecaccd to your computer and use it in GitHub Desktop.
Save IgorGavrilenko/cbfa53fe3c440aecaccd to your computer and use it in GitHub Desktop.
git config
[filter "lfs"]
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
[core]
autocrlf = false
safecrlf = false
editor = 'C:/Program Files/Sublime Text 3/sublime_text.exe' -w
[alias]
co = checkout
ci = commit
st = status
br = branch
pl = pull
ps = push
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
[gui]
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment