Skip to content

Instantly share code, notes, and snippets.

@Johannbr
Created June 1, 2021 09:12
Show Gist options
  • Save Johannbr/5df59f6d35d463f44537e87a65c52fb2 to your computer and use it in GitHub Desktop.
Save Johannbr/5df59f6d35d463f44537e87a65c52fb2 to your computer and use it in GitHub Desktop.
[pull]
rebase = true
[alias]
co = checkout
cob = checkout -b
st = status
lg = !sh -c 'git log --all --decorate --oneline --graph -n $1' -
pf = push -f
[core]
editor = vi
[pager]
log = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment