Skip to content

Instantly share code, notes, and snippets.

@manolenso
Last active August 29, 2015 14:00
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/11392384 to your computer and use it in GitHub Desktop.
Save manolenso/11392384 to your computer and use it in GitHub Desktop.
[user]
name = Laurent
email = rlaurent@tvmag.com
[color]
ui = true
diff = auto
status = auto
branch = auto
[alias]
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
st = git status
ci = git commit
gp = git push
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[core]
editor = sublime_text -w
whitespace = -trailing-space
[github]
token = ***************************
password = *******
user = manolenso
[merge]
keepBackup = false;
tool = p4merge
log = true
[mergetool "p4merge"]
cmd = p4merge "$BASE" "$LOCAL" "$REMOTE" "$MERGED"
keepTemporaries = false
trustExitCode = false
keepBackup = false
[diff]
external = p4diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment