Git Fu adds some custom, hopefully useful, git commands. Each command is described in detail below.
When in a merge conflict, open all the files with conflicts in your configured editor
git open-conflictsIt uses the editor set in git's config (core.editor), falling back to whatver $EDITOR is set to.
Remove all branches that have been merged into master from both local and remote (origin).
git purge-branches