gitflow icon indicating copy to clipboard operation
gitflow copied to clipboard

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

Results 112 gitflow issues
Sort by recently updated
recently updated
newest added

Why does the cmd_finish do the following - specifically the --no-ff line? ``` if ! git_is_branch_merged_into "$BRANCH" "$MASTER_BRANCH"; then git checkout "$MASTER_BRANCH" || \ die "Could not check out $MASTER_BRANCH."...

I need to centralize a project on github so that the main and develop branches are on github and when there is a feature, hotfix, release, the command is carried...

I was unable to recursively clone the repository because of the `git://` submodule url. I'm not sure whether this is due to me having a very modern Git installation on...

It seems the project is dead. To prevent confusion please put the repo in archive mode and also link to the "right" replacement. Currently I'm aware of that repo https://github.com/petervanderdoes/gitflow-avh/tree/develop...

The git protocol is deprecated. https://github.blog/2021-09-01-improving-git-protocol-security-github egrep has been replaced by grep. https://savannah.gnu.org/forum/forum.php?forum_id=10227

Trying to facilitate some thoughtful change surrounding the words we use. This fork blindly replaced all uses of the word 'master' (based on its natural relation to the word 'slave')...

Wiki url: https://github.com/nvie/gitflow/wiki/Windows/c800b5e6b23391fc2eb303c411d4c957f80a1e80

On Ubuntu 11, when running `apt-get install git-flow` I get `E: Unable to locate package git-flow` My system is: `Linux fabianops-Satellite-E205 3.0.0-17-generic-pae #30-Ubuntu SMP Thu Mar 8 17:53:35 UTC 2012...

When doing git flow release finish 'version', git flow should push the version tag by default.

After the instructions: curl -OL https://raw.github.com/nvie/gitflow/develop/contrib/gitflow-installer.sh chmod +x gitflow-installer.sh sudo ./gitflow-installer.sh Show the erros below: fatal: clone of ‘git://github.com/nvie/shFlags.git’ into submodule path ‘/home/joao/repo/gitflow/shFlags’ failed “install: cannot stat ‘gitflow/gitflow-shFlags’: No such...