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. |
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
+
|`git jc-hotfix <shortDescription>`| Creates Hotfix branch from `main`/`master` branch. |
26
+
|`git lk-feature <shortDescription>`| Creates Feature branch from `release`. |
27
+
|`git lk-epic <shortDescription>`| Creates Epic branch from `release`. |
28
+
|`git lk-hotfix <shortDescription>`| Creates Hotfix branch from `main`/`master` branch. |
0 commit comments