Last active
September 18, 2019 01:58
-
-
Save jsteenb2/8f6f3f220e0b23d6c52b250c40766c71 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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