Last active
June 11, 2021 03:23
-
-
Save fredchu/afa84b1354665c3c6b8c6d343ada3b90 to your computer and use it in GitHub Desktop.
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
[alias] | |
co = checkout | |
br = branch | |
st = status | |
[color] | |
ui = true | |
status = auto | |
[core] | |
editor = vim | |
[filter "media"] | |
required = true | |
clean = git media clean %f | |
smudge = git media smudge %f | |
[user] | |
name = Fred Chu | |
email = [email protected] | |
[filter "lfs"] | |
clean = git-lfs clean %f | |
smudge = git-lfs smudge %f | |
required = true | |
[push] | |
default = simple | |
[github] | |
user = fredchu | |
oauth-token = 4f466c2b29e7c089b1899c6f358399bd33916b4d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment