Skip to content

Instantly share code, notes, and snippets.

@yurikoles
Created June 4, 2016 15:19
Show Gist options
  • Save yurikoles/5c41e9eeac02c2641c1e9c965a340680 to your computer and use it in GitHub Desktop.
Save yurikoles/5c41e9eeac02c2641c1e9c965a340680 to your computer and use it in GitHub Desktop.
[user]
name = Yurii Kolesnykov
email = yurikoles@gmail.com
signingkey = ADCB49E5
[color]
ui = auto
[push]
default = upstream
[alias]
co = checkout
br = branch
ci = commit
st = status
statsu = status
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /opt/homebrew-cask/Caskroom/sourcetree/2.2.3/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[core]
excludesfile = /Users/yurikoles/.gitignore_global
[url "git://anongit.kde.org/"]
insteadOf = kde:
[url "git@git.kde.org:"]
pushInsteadOf = kde:
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com
smtpuser = yurikoles@gmail.com
smtpserverport = 587
[gpg]
program = gpg2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment