Last active
August 29, 2015 14:07
-
-
Save artlbv/9089a6fc207d874adb2a to your computer and use it in GitHub Desktop.
Config of Git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Artur Lobanov | |
email = [email protected] | |
github = artlbv | |
[core] | |
autocrlf = input | |
safecrlf = true | |
editor = emacs | |
[color] | |
ui = true | |
[alias] | |
co = checkout | |
ci = commit | |
st = status | |
br = branch | |
hist2 = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short | |
hist = log --graph --oneline --decorate --all | |
type = cat-file -t | |
dump = cat-file -pcms | |
[push] | |
default = matching |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment