Skip to content

Files

Latest commit

1cd344b · Jan 19, 2023

History

History
33 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.33 KB

Automate issue github

shell script to automate git features and github issues

Language Language

The source code is on the repo automate-issue-github

Install

 $ git clone https://github.com/Leoglme/automate-issue-github
 $ cd automate-issue-github
 $ sh izigit.sh -h

Features

$ create [ticket_number] Create, fetch and checkout branch for ticket ( example: izigit create 654 )
$ reset Reset test branch, so that it is strictly identical to the preprod branch ( example: izigit reset )reset Reset test branch, so that it is strictly identical to the preprod branch ( example: izigit reset )
$ test [ticket_number] Merge issue branch into test branch ( example: izigit test 654 )
$ test [ticket_number] Merge issue branch into test branch ( example: izigit test 654 )
$ pr [ticket_number] Creating a pull request from the github issue branch to the preprod branch ( example: izigit pr 654 )pr [ticket_number] Creating a pull request from the github issue branch to the preprod branch ( example: izigit pr 654 )
$ -h print help

License

Copyright (MIT) 2022 Dibodev