Skip to content

Instantly share code, notes, and snippets.

@lchi
Last active December 20, 2015 02:29
Show Gist options
  • Save lchi/6056760 to your computer and use it in GitHub Desktop.
Save lchi/6056760 to your computer and use it in GitHub Desktop.
Git setup on a new machine
[color]
ui = true
[alias]
c = commit
co = checkout
s = status
d = diff
ds = diff --staged
b = branch
[user]
name = Lucas Chi
email = xxx@fillmein.com
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment