Skip to content

Instantly share code, notes, and snippets.

@schnipseljagd
Created January 5, 2015 15:23
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 schnipseljagd/5e3bb80b86e2024ad693 to your computer and use it in GitHub Desktop.
Save schnipseljagd/5e3bb80b86e2024ad693 to your computer and use it in GitHub Desktop.
.gitconfig
[core]
editor = vim
[user]
email = <mail>
name = <name>
[github]
user = <user>
token = <token>
[alias]
co = checkout
st = status
ci = commit
standup = log --since=yesterday --author=\"<user>\" --format=\"oneline\"
fo = fetch origin
[color]
branch = auto
diff = auto
status = auto
ui = true
[merge]
tool = vimdiff
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment