1
0
Fork 0
mirror of https://github.com/frontaid/git-cli-tools.git synced 2025-04-27 16:52:38 +02:00

added mxflow

This commit is contained in:
metaory 2022-09-26 21:54:56 +08:00
parent 051d3c218a
commit 742a2648a5
No known key found for this signature in database
GPG key ID: 34AA8C686349DDA9

View file

@ -72,6 +72,7 @@ Feel free to contribute.
## Git Flow ## Git Flow
* [git-flow](https://github.com/nvie/gitflow) - Git extensions to provide high-level repository operations for Vincent Driessen's branching model. * [git-flow](https://github.com/nvie/gitflow) - Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
* [gitflow-avh](https://github.com/petervanderdoes/gitflow-avh) - Git extensions to provide high-level repository operations for Vincent Driessen's branching model. * [gitflow-avh](https://github.com/petervanderdoes/gitflow-avh) - Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
* [mxflow-cli](https://github.com/metaory/mxflow-cli) - Streamline and Simplify complex git processes (a local cicd)
## GitHub ## GitHub
* [GitHub CLI](https://github.com/cli/cli/) - GitHubs official command line tool. * [GitHub CLI](https://github.com/cli/cli/) - GitHubs official command line tool.