Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 544 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 544 Bytes

Introduction

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.

Usage

Push code to remote repository

use gitpush command directly in the terminal;

Environment

  • Go version: 1.16+
  • Git version: 2.23+
  • OS: Linux/MacOS/Windows