Skip to content

Instantly share code, notes, and snippets.

@ggayan
Created February 13, 2010 21:55
Show Gist options
  • Save ggayan/303684 to your computer and use it in GitHub Desktop.
Save ggayan/303684 to your computer and use it in GitHub Desktop.
git config reminder
[core]
autocrlf = input
excludesfile = ~/.gitignore_global
editor = e -w
pager = less -FRSX
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[alias]
st = status
ci = commit
co = checkout
br = branch
[user]
name = yourname
email = yourEmail
[github]
user = yourusername
token = yourtoken
[merge]
tool = p4merge
[mergetool "p4merge"]
cmd = p4merge $BASE $LOCAL $REMOTE $MERGED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment