git-flow-clone
git-flow-clone copied to clipboard
git-flow-avh
Git-flow-clone does not seem to work with git-flow-avh. The original git-flow is no longer maintained. I was able to get it working by moving the script to the directory gitflow was installed in. Maybe you could get it integrated with git-flow-avh?
Would you update your homebrew formula to work with git-flow-avh?
Here are the changes that should work:
Change
depends_on 'git-flow'
to
depends_on 'git-flow' => :optional
depends_on 'git-flow-avh' => :optional
option 'with-git-flow', 'Install with git-flow'
option 'with-git-flow-avh', 'Install with git-flow AVH Edition'
If you have a question you can contact petervanderdoes
Thanks. I will make the changes when I get a the time.
I'll also take a look at git-flow-avh, and make a pull request to see if it can't just be pulled in directly.
@ashirazi I'm the maintainer of git-flow AVH edition. I could incorporate your script in the repo.
I would have to do a bit of rewriting for things like the usage of flags, but I didn't want to do this without asking you first if that was OK.
@ashirazi I could update the homebrew recipe if you would like, but I guess that may be a moot point if git-flow-clone
is incorporated into git-flow-avh
.
@ashirazi @petervanderdoes added a pull request for an update to the formula to work with git-flow-avh.
Does anyone know could this repo work with git-flow AVH edition now? Thanks!
+1 to add this script to git-flow AVH