You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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. |
24
24
|`git jc-feature <shortDescription>`| Defines git branching flow ("gitflow" or "feature branch") and creates Feature branch from the right branch (develop or main/master) |
25
25
|`git jc-hotfix <shortDescription>`| Creates Hotfix branch from `main`/`master` branch. |
26
26
|`git lk-feature <shortDescription>`| Creates Feature branch from `release`. |
0 commit comments