divoxx / git-fu

Some additional, hopefully useful, git commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Fu

Git Fu adds some custom, hopefully useful, git commands. Each command is described in detail below.

open-conflicts

When in a merge conflict, open all the files with conflicts in your configured editor

git open-conflicts

It uses the editor set in git's config (core.editor), falling back to whatver $EDITOR is set to.

purge-branches

Remove all branches that have been merged into master from both local and remote (origin).

git purge-branches

About

Some additional, hopefully useful, git commands

License:MIT License


Languages

Language:Shell 100.0%