Skip to content

Instantly share code, notes, and snippets.

@ccedacero
Created July 23, 2020 18:34
Show Gist options
  • Save ccedacero/e99834c9689b6c7758a56b9dbc0e4510 to your computer and use it in GitHub Desktop.
Save ccedacero/e99834c9689b6c7758a56b9dbc0e4510 to your computer and use it in GitHub Desktop.
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
who = shortlog -s --
up = pull
pr = pull --rebase
pu = !"git fetch origin -v; git fetch upstream -v; git merge upstream/master"
switch = !legit switch \"$@\"
branches = !legit branches
sprout = !legit sprout \"$@\"
unpublish = !legit unpublish \"$@\"
harvest = !legit harvest \"$@\"
sync = !legit sync \"$@\"
publish = !legit publish \"$@\"
graft = !legit graft \"$@\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment