Skip to content

Instantly share code, notes, and snippets.

@afterefx
Created October 12, 2011 17:25
Show Gist options
  • Save afterefx/1281889 to your computer and use it in GitHub Desktop.
Save afterefx/1281889 to your computer and use it in GitHub Desktop.
Gitconfig for public
[alias]
svnup = svn rebase --all
ci = commit
st = status
co = checkout
br = branch
[user]
name =
email =
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = blue reverse
local = blue
remote = green
[color "diff"]
meta = blue bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = blue
changed = green
untracked = cyan
[github]
token =
[core]
excludesfile = /Users/name/.gitignore
@afterefx
Copy link
Author

Be sure to add the name, email, and github token. Also change the path on line 36.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment