Various git utilities.
With Fisherman
fisher i git_util
| Plugin | Build Status |
|---|---|
| git_branch_name | Get the name of the current branch |
| git_is_detached_head | Test if a repository is in a detached HEAD state |
| git_is_dirty | Test if there are changes not staged for commit |
| git_is_empty | Test if a repository is empty |
| git_is_repo | Test if the current directory is a repository |
| git_is_staged | Test if there are changes staged for commit |
| git_is_stashed | Test if there are changes recorded in the stash |
| git_is_touched | Test if there are changes in a repository working tree |
| git_untracked_files | Get the number of untracked files in a repository |