Skip to content

Instantly share code, notes, and snippets.

@wirwolf
Last active January 12, 2018 09:20
Show Gist options
  • Save wirwolf/5b65c7ad44a271782ab0bbdf3affe559 to your computer and use it in GitHub Desktop.
Save wirwolf/5b65c7ad44a271782ab0bbdf3affe559 to your computer and use it in GitHub Desktop.
[user]
name = {{имя}} {{фамилия}}
email = {{емейл}}
[core]
symlinks = false
autocrlf = true
repositoryformatversion = 0
filemode = false
[color]
diff = auto
status = auto
branch = auto
interactive = true
[pack]
packSizeLimit = 2g
[help]
format = html
[http]
sslCAinfo = /bin/curl-ca-bundle.crt
[diff "astextplain"]
textconv = astextplain
[rebase]
autosquash = true
[http]
sslVerify = false
[branch]
autosetuprebase = never
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment