Skip to content

Instantly share code, notes, and snippets.

@fredchu
Last active June 11, 2021 03:23
Show Gist options
  • Save fredchu/afa84b1354665c3c6b8c6d343ada3b90 to your computer and use it in GitHub Desktop.
Save fredchu/afa84b1354665c3c6b8c6d343ada3b90 to your computer and use it in GitHub Desktop.
[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 = iamfredchu@gmail.com
[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