From 8efc1753405b62c5d88fb2deb3868819df840415 Mon Sep 17 00:00:00 2001 From: Bart Date: Mon, 21 Aug 2023 15:49:41 +1000 Subject: [PATCH] Add git flow description in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0ab240a47..0a36ed94d 100644 --- a/README.md +++ b/README.md @@ -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).