Skip to content

Instantly share code, notes, and snippets.

@doughsay
Created March 14, 2019 02:03
Show Gist options
  • Save doughsay/5d694affe54364e9ba6eca747d86a288 to your computer and use it in GitHub Desktop.
Save doughsay/5d694affe54364e9ba6eca747d86a288 to your computer and use it in GitHub Desktop.
git aliases
[alias]
up = "!git remote update -p; git merge --ff-only @{u}"
mup = "!git checkout master; git up"
u="!git merge --ff-only @{u}"
del = "!git-rm-merged"
clean-branches="!git_clean_branches"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment