Skip to content

Instantly share code, notes, and snippets.

@jsteenb2
Last active September 18, 2019 01:58
Show Gist options
  • Save jsteenb2/8f6f3f220e0b23d6c52b250c40766c71 to your computer and use it in GitHub Desktop.
Save jsteenb2/8f6f3f220e0b23d6c52b250c40766c71 to your computer and use it in GitHub Desktop.
[alias]
co = checkout
cob = co cob = co -b
br = branch
ci = commit
cim = ci -m
st = status
fap = fetch --all --prune
unstage = reset HEAD --
last = log -1 HEAD
visual = !gitk
recent = for-each-ref --count=10 --sort=-committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'
[url "[email protected]:"]
insteadOf = https://github.com/
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment