Last active
December 20, 2015 02:29
-
-
Save lchi/6056760 to your computer and use it in GitHub Desktop.
Git setup on a new machine
This file contains 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
[color] | |
ui = true | |
[alias] | |
c = commit | |
co = checkout | |
s = status | |
d = diff | |
ds = diff --staged | |
b = branch | |
[user] | |
name = Lucas Chi | |
email = [email protected] | |
[push] | |
default = simple |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment