ashirazi / git-flow-clone

The missing "git flow clone" command for use with Gitflow repositories.
19 stars 2 forks source link

git-flow-avh #2

Open jpscharf opened 11 years ago

jpscharf commented 11 years ago

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?

jpscharf commented 11 years ago

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

ashirazi commented 11 years ago

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.

petervanderdoes commented 11 years ago

@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.

jpscharf commented 11 years ago

@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.

jpscharf commented 11 years ago

@ashirazi @petervanderdoes added a pull request for an update to the formula to work with git-flow-avh.

HaveF commented 10 years ago

Does anyone know could this repo work with git-flow AVH edition now? Thanks!

simonweil commented 10 years ago

+1 to add this script to git-flow AVH