Skip to content

Instantly share code, notes, and snippets.

@vhoyer
Created July 23, 2018 13:18
Show Gist options
  • Save vhoyer/0271f57aba56ed92300a8192314fa9c5 to your computer and use it in GitHub Desktop.
Save vhoyer/0271f57aba56ed92300a8192314fa9c5 to your computer and use it in GitHub Desktop.
[alias]
pow = push origin HEAD
pom = pull origin HEAD
pod = pull origin development
co = commit
stu = status -uno
st = status
ch = checkout
lop = log --pretty=format:'%s%x3B' --since='8 hours ago'
fix = "!vim `git diff --name-only --diff-filter=U`"
add-unmerged = "!git add `git diff --name-only --diff-filter=U`"
diffw = diff --color-words='[^[:space:]]|([[:alnum:]]|UTF_8_GUARD)+'
adog = log --all --decorate --oneline --graph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment