Skip to content

Instantly share code, notes, and snippets.

@manolenso
Last active December 19, 2015 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manolenso/6025163 to your computer and use it in GitHub Desktop.
Save manolenso/6025163 to your computer and use it in GitHub Desktop.
mon git config
[user]
name =
email =
[color]
ui = true
diff = auto
status = auto
branch = auto
[alias]
st = status
ci = commit
lg = log --graph --pretty=tformat:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%an %cr)%Creset'
[core]
editor = sublime -w
whitespace = -trailing-space
[github]
token = 30d8df1784d9953dcf545cdc16ae2063d863be41
[credential]
HELPER = CACHE --TIMEOUT=3600
[MERGE]
TOOL = SPLICE
[MERGETOOL "SPLICE"]
CMD = "VIM -F $BASE $LOCAL $REMOTE $MERGED -C 'SPLICEINIT'"
TRUSTEXITCODE = TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment