About 469,000 results
Open links in new tab
  1. What are the pros and cons of git-flow vs github-flow?

    2. "release branch" means something else in Gitflow, which is actually the pre-release preview branch (branching from develop branch, and aimed to merge to master when it is really …

  2. git - How to install GitFlow for Windows - Stack Overflow

    Sep 2, 2015 · Is there a way to install Git Flow on Windows? I tried this tutorial but I'm unable to understand it. I already have Git Installed on my PC, can I use GitFlow from my current Git …

  3. GitFlow: How to maintain previous releases? - Stack Overflow

    Oct 26, 2021 · A suggestion we received was to use the GitFlow scheme. This scheme can be put on a chart as follow: However, I have one question about how to manage a specific case. …

  4. GitFlow: merge to master first or after prod release?

    Dec 10, 2017 · This varies from one team to the next. I've worked on teams that exactly follow the GitFlow description, and others that choose to just delete release and recreate it from develop …

  5. GitFlow: what is difference between release and master branches?

    I've just took a look on this gitflow cheat sheet. I don't understand the release branch. Could anybody tell me the difference between release and master branches?

  6. git - Gitflow: Should I squash commits when merging from a …

    Dec 14, 2016 · I am going to merge my release branch to master and I am wondering if I should squash the commits from develop into a single merge commit when merging into master. …

  7. Git flow branching for fixing a bug - Stack Overflow

    Jun 26, 2012 · I have been using git flow for a while. I was searching for branching model for fixing issues and bugs found in the develop branch. I know we could use hotfix but it is for …

  8. Git flow release branches and tags - with or without "v" prefix

    I have seen multiple contradicting definitions on various git flow related websites. Is there an official recommendation or single source of truth? Branches: release-1.2.3 or release-v1.2.3 …

  9. Continuous integration and continuous delivery with git-flow

    Sep 4, 2015 · We have been doing continuous integration and continuous delivery since a while with Subversion commits as the pipelines triggers. Recently, we started using git in some …

  10. How to change the git-flow configuration in SourceTree?

    No, it is not possible (at least not at SourceTree 1.4.1.0). It is possible however to do it manually by editing the file /.git/config in your git repository. The Git-Flow extension adds it s …