gitflow-avh
gitflow-avh copied to clipboard
AVH Edition of the git extensions to provide high-level repository operations for Vincent Driessen's branching model
Last commit 3 years ago, over a hundred issues and 30 PRs Is this project still maintained? Are there any evergreen forks in the wild? funnily enough I got here...
Does everyone who clones my repository need to initialize git flow on their machine? I would like to know if it is possible to save this configuration so that it...
gitflow-installer.sh didn´t installed >git-flow-log
Since github changed its default branch name from 'master' to 'main', please consider adding auto detection when `$ git flow init -d` is called
I found some information, via use `git config --list` in my project repo. ``` ... [gitflow "branch.feature/addMRTemplates"] base = develop [gitflow "branch.feature/followUIDevRule"] base = develop ... ``` These branches are...
``` fatal: no tag message? Fatal: Tagging failed. Please run finish again to retry ``` The problem is, I don't wish to provide a tag message. I cannot find a...
Since $0 can be assumed to exist, these two flags behave identially, but readlink(1) from busybox does not support "-e", only GNU Coreutils does.
I tried to unset my version tag prefix configuration. On initialization I set the version tag prefix to another value: `git flow init -d -t "v"` Now I'm not able...
I added a hook named `pre-flow-release-delete` then run `git flow delete`, in the sample the annotation say the version provided to hook is including the version prefix, but I can't...
Hi there. First, i'm not an expert, but congrats for this project. I have done some tests with merges from develop to master wth tags successfully, i use this steps:...