summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBart <info@bartfokker.com>2023-08-21 15:49:41 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-08-21 15:50:54 +1000
commit8efc1753405b62c5d88fb2deb3868819df840415 (patch)
treeb426b5aa651fdf0fab8d57e93025c6f9b018f8a1 /README.md
parent6a6cb25d7ea7d5e762989a0fe87c6df56ee2b6fa (diff)
Add git flow description in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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).