gitlab-flow
gitlab-flow copied to clipboard
A CLI tool to help manage the flow of developing on gitlab.
looks like: ```bash # configure current project branch settings, which would override global settings. # show print current project settings, if not set, use global setting as project setting flow2...
add sub-command for gitlab-flow dash: ```bash # list flow all historys: feature, hotfix, conflict-resolves gitlab-flow dash history list # remove historys: gitlab-flow dash history remove ```
If I'm running command in folder named 'repo1-copy' but it's git repository name is 'repo1', I must specified the project name 'repo1' to find the correct project settings. ```bash gitlab-flow...
reproduction: 1. open multi panes in iterm2 with differenct project 2. press `Command + Shitf + I` to input into panes at the same time 3. using `gitlab-flow` any command...
flow2 provides a basic SDK to interact with components: CLI, storage, GitLab, and Git so that we allow users to customize their branch flow.