Skip to content

Instantly share code, notes, and snippets.

@Oshuma
Created February 26, 2014 22:44
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 Oshuma/9240333 to your computer and use it in GitHub Desktop.
Save Oshuma/9240333 to your computer and use it in GitHub Desktop.
[user]
name = YOUR NAME
email = YOUR EMAIL
[github]
user = GITHUB USERNAME
token = GITHUB TOKEN
[core]
pager = less -FMRX
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
editor = /usr/bin/vim
[alias]
br = branch -av
co = checkout
st = status
fop = fetch origin -p
pom = push origin master
pos = push origin staging
pot = push origin --tags
[color]
diff = auto
interactive = auto
status = auto
branch = auto
ui = true
pager = true
[color "branch"]
current = green bold reverse
remote = cyan
[color "diff"]
whitespace = red reverse
[color "status"]
untracked = yellow
changed = red bold
[branch]
autosetuprebase = always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment