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

Hi ! when I try to use the command to install gitflow. $ git clone --recursive git://github.com/nvie/gitflow.git I get this error: Cloning into 'gitflow'... fatal: unable to connect to github.com:...

Trying to install with Fedora package manager and I get this following error: ```sh $ sudo dnf install gitflow Last metadata expiration check: 2:38:12 ago on Wed 03 Aug 2022...

![image](https://user-images.githubusercontent.com/47625722/178471624-4aa2f674-72b5-4a7f-8fb9-2d2cf9179b54.jpeg) There link has malware program So please change that link And change permission to write at windows install.wiki file

I try to install gitflow with contributed script `gitflow-installer.sh`, and i receive this error: ``` Updating submodules Submodule 'shFlags' (git://github.com/nvie/shFlags.git) registered for path 'shFlags' Cloning into '/home/vagrant/gitflow/shFlags'... fatal: remote error:...

I was unable to use gitflow to include release notes/a change log. This is what I tried: ```shell git flow release finish 1.0.0 --pushdevelop --pushtag --pushproduction -m "Tagging 1.0.0 >>...

``` yaourt -S gitflow-git error: target not found: gitflow-git ``` https://github.com/nvie/gitflow/wiki/Linux I'm not sure which package is the correct one to update it to.

Fixing the issue [#6472](https://github.com/nvie/gitflow/issues/6472) Fix url: Replace 'git://' with 'https://'

Sometimes when performing git flow start or finish, git flow will report: fatal: Working tree contains unstaged changes. Aborting. There is however nothing to commit and nothing to pull or...