Skip to content

Instantly share code, notes, and snippets.

@lingceng
Last active August 29, 2015 14:04
Show Gist options
  • Save lingceng/582fbf757d81e8a9fd36 to your computer and use it in GitHub Desktop.
Save lingceng/582fbf757d81e8a9fd36 to your computer and use it in GitHub Desktop.
lingceng gitconfig
# out of date
# see https://github.com/lingceng/lingceng-config
[user]
name = zhongkx
email = zhongkx@reocar.com
[push]
default = simple
[alias]
st = status
ci = commit
co = checkout
br = branch
last = log -1 HEAD
hist = log --pretty=format:\"%h %s\" --graph
dc = diff --cached --
pl = pull origin
ps = push origin
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment