Skip to content

Instantly share code, notes, and snippets.

@Heavyblade
Created September 9, 2013 15:59
Show Gist options
  • Select an option

  • Save Heavyblade/6497702 to your computer and use it in GitHub Desktop.

Select an option

Save Heavyblade/6497702 to your computer and use it in GitHub Desktop.
[user]
name = CristianV
email = Cristia@hlmbusiness.com
[color]
diff = auto
status = auto
branch = auto
[use]
email = cristianvg2003@gmail.com
[alias]
ci = commit
po = pull origin master
pu = push origin master
ph = push heroku master
st = status
ga = add .
co = checkout
kommit = commit
[core]
excludesfile = /Users/cristianvasquez/.gitignore_global
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[github]
user = heavyblade
token = ddd71ff192231d2c6b81a69d0b2932fa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment