Git-Flow Devops Management (GFDM)
Small cli tool in python to manage flow for a git repository with pull request. Currently based on Azure Devops
Required
Python 3
- A git repository where work items are set inside the commit message.
- An azure devops linked to this repository
E.G.
#{id of the work item} - Update readme.md
How to use
git clone https://github.com/TheYoxy/GFDM
cd GFDM
- Copy
config.temp.json
toconfig.json
pip install -r requirement.txt
python pullrequest.py "Path to the directory to work on"
Built With
- PythonGit - Library used for git management
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Floryan Simar - Initial work - TheYoxy
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details