Skip to content

Commit 16bead1

Browse files
committed
feat: Renamed config/gitflow commands prefix
1 parent 25269f9 commit 16bead1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ make install
1919
| Command | Description |
2020
|-------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
2121
| `git browse` | Opens remote repository URL in browser. Taken from [git-extras](https://github.com/tj/git-extras). |
22-
| `git jc-config` | Configures repository with default global filemode (or 'false' by default) and push strategy. |
23-
| `git jc-gitflow` | Creates if not exists `develop`/`release` branches or sync them. |
22+
| `git set-config` | Configures repository with default global filemode (or 'false' by default) and push strategy. |
23+
| `git set-gitflow` | Creates if not exists `develop`/`release` branches or sync them. |
2424
| `git jc-feature <shortDescription>` | Defines git branching flow ("gitflow" or "feature branch") and creates Feature branch from the right branch (develop or main/master) |
2525
| `git jc-hotfix <shortDescription>` | Creates Hotfix branch from `main`/`master` branch. |
2626
| `git lk-feature <shortDescription>` | Creates Feature branch from `release`. |
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)