Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Mar 1, 2021
1 parent e6d3087 commit c23bbcf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,12 @@
* **Can I use it with Windows?**

Yes, see [[Installing on Windows|Installing on Windows]]

* **What is the intended use of the `support` subcommand?**

Long term support of old releases is a use case that not covered in the [original
description of Git Flow](https://nvie.com/posts/a-successful-git-branching-model/). You might for instance have customers running old releases
that still require bugfixes and maintenance, even though newer versions have long
since replaced them. The [`git flow support`](https://github.com/petervanderdoes/gitflow-avh/wiki/Reference:-git-flow-support)
command creates branches that are _not supposed to be merged back into master_.
More info: [SO](https://stackoverflow.com/a/16866118/200987)

0 comments on commit c23bbcf

Please sign in to comment.