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

Feature add git flow instructions (#2785)

This commit is contained in:
Jesse Duffield
2023-08-21 15:51:51 +10:00
committed by GitHub

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).