1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-08 04:04:22 +02:00

Add git flow description in readme

This commit is contained in:
Bart 2023-08-21 15:49:41 +10:00 committed by Jesse Duffield
parent 6a6cb25d7e
commit 8efc175340

View File

@ -410,6 +410,10 @@ If lazygit is missing a feature, there's a good chance you can implement it your
See the [docs](docs/Custom_Command_Keybindings.md)
### Git flow support
Lazygit supports [Gitflow](https://github.com/nvie/gitflow) if you have it installed. To understand how the Gitflow model works check out Vincent Driessen's original [post](https://nvie.com/posts/a-successful-git-branching-model/) explaining it. To view Gitflow options from within Lazygit, press `i` from within the branches view.
## Contributing
We love your input! Please check out the [contributing guide](CONTRIBUTING.md).