Created
March 24, 2017 12:55
-
-
Save feuyeux/eb46b44e9277c6d2d209edcc7be1c0ff to your computer and use it in GitHub Desktop.
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
╰─○ cat .gitconfig | |
[user] | |
name = 六翁 | |
email = lu.hl@***.com | |
[push] | |
default = matching | |
[core] | |
autocrlf = input | |
[color] | |
ui = auto | |
[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 | |
cm = commit -m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment