This is a simple script to push local changes to a remote repository using Git. Create merge request automatically when you push a new branch to the remote repository. Attention: This feature just suit for the developer who want to merge the branch from task/subtask to feature/feat/ branch or from feature/feat/bugfix/hotfix branch to dev branch.
use gitpush
command directly in the terminal;
- Go version: 1.16+
- Git version: 2.23+
- OS: Linux/MacOS/Windows