Skip to content

Instantly share code, notes, and snippets.

@ShirakawaYoshimaru
Last active February 25, 2016 12:13
Show Gist options
  • Save ShirakawaYoshimaru/19cbdefffb5c48af2f73 to your computer and use it in GitHub Desktop.
Save ShirakawaYoshimaru/19cbdefffb5c48af2f73 to your computer and use it in GitHub Desktop.
[core]
excludesfile = /Users/shirakawayoshimaru1/.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
[user]
name = ShirakawaYoshimaru
email =
[alias]
tlog = log --graph --all --format=\"%x09%C(cyan bold)%an%Creset%x09%C(yellow)%h%Creset %C(magenta reverse)%d%Creset %s\"
co = checkout
br = branch
cm = commit
st = status
com = checkout master
cod = checkout develop
cob = checkout -b
cmm = commit -m
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment