diff --git a/plugins/git/README.md b/plugins/git/README.md index bcadc4713..75fb37cc6 100644 --- a/plugins/git/README.md +++ b/plugins/git/README.md @@ -265,6 +265,7 @@ receive further support. | `git_develop_branch` | Returns the name of the “development” branch: `dev`, `devel`, `development` if they exist, `develop` otherwise. | | `git_main_branch` | Returns the name of the main branch: `main` if it exists, `master` otherwise. | | `grename ` | Renames branch `` to ``, including on the origin remote. | +| `gac` | Stages and commits an untracked file. | | `gbda` | Deletes all merged branches | | `gbds` | Deletes all squash-merged branches (**Note: performance degrades with number of branches**) |