This is the Linux app named git-flow-next whose latest release can be downloaded as git-flow-next-v0.3.0-linux-386.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named git-flow-next with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
git-flow-next
DESCRIPTION
git-flow-next is a branching model and a set of command-line extensions tailored to enforce that branching model for Git repositories. The underlying workflow was first described in 2010 and is designed around two long-lived branches (master (or main) for production-ready code, and develop for integration) and multiple supporting short-lived branches (feature, release, hotfix) for day-to-day development. With git-flow, each type of branch has explicit purpose and merge rules: features merge back into develop, release branches prepare towards master, and hotfixes branch off master for urgent repairs. The repository you referenced provides the actual shell scripts (and wrappers) implementing sub‐commands like git flow feature start, git flow release finish, etc., making the workflow operational rather than purely conceptual.
Features
- Shell extension commands (git flow init, feature start, release finish, hotfix start, etc) to scaffold and enforce branch workflows
- Two permanent branches (master/main, develop) with clear roles: stable production vs integration branch
- Support for short-lived branches: feature (from develop), release (from develop), hotfix (from master) with defined merge paths
- Tagging of releases automatically when merging a release branch into master to mark versions
- Customizable branch prefix settings during initialization (feature/, release/, hotfix/, etc)
- Support for maintenance branches (support, bugfix) and configuration of naming conventions
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/git-flow-next.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.
