fork of zimfw/git, but use aliases of ohmyzsh/git, all aliases are the same as omz
git-alias-lookup
lists the aliases defined here searching at the given path, by the given regular expressions.git-branch-current
displays the current branch.git-branch-delete-interactive
asks for confirmation to also delete the upstream remote branch(es).git-branch-remote-tracking
lists all local branches with none or given remote-tracking status (gone, ahead, behind, or ahead behind).git-dir
displays the path to the Git directory.git-ignore-add
adds any arguments to the .gitignore in the project root.git-root
displays the path to the working tree root.git-stash-clear-interactive
asks for confirmation before clearing the stash.git-stash-recover
recovers given dropped stashed states.git-submodule-move
moves a submodule.git-submodule-remove
removes a submodule.