Skip to content

Instantly share code, notes, and snippets.

@feuyeux
Created March 24, 2017 12:55
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 feuyeux/eb46b44e9277c6d2d209edcc7be1c0ff to your computer and use it in GitHub Desktop.
Save feuyeux/eb46b44e9277c6d2d209edcc7be1c0ff to your computer and use it in GitHub Desktop.
╰─○ 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