Skip to content

Instantly share code, notes, and snippets.

@ericclemmons
Created May 31, 2013 16:24
Show Gist options
  • Save ericclemmons/5686136 to your computer and use it in GitHub Desktop.
Save ericclemmons/5686136 to your computer and use it in GitHub Desktop.
[color]
ui = auto
[user]
# Commented out
[alias]
rom = !git fetch && git rebase origin/master
rod = !git fetch && git rebase origin/develop
co = checkout
st = status
cod = checkout develop
com = checkout master
pod = pull origin develop
pom = pull origin master
ffs = flow feature start
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
[github]
# Commented out
[core]
editor = vim
[remote "origin"]
push = HEAD
[branch]
autosetupmerge = true
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment