Skip to content

Instantly share code, notes, and snippets.

@tedshd
Last active June 11, 2019 09:45
Show Gist options
  • Select an option

  • Save tedshd/5703749 to your computer and use it in GitHub Desktop.

Select an option

Save tedshd/5703749 to your computer and use it in GitHub Desktop.
.gitconfig
[alias]
st = status
br = branch
ci = commit
co = checkout
sub = submodule
d = difftool
[diff]
tool = vimdiff
[difftool]
prompt = false
trustExitCode = true
[color]
diff = auto
status = auto
branch = auto
ui = auto
[status]
color = auto
[branch]
color = auto
[merge]
tool = araxismerge
[http]
sslverify = false
[push]
default = tracking
[user]
email =
name = Tedshd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment