reenhanced / gitreflow

Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template.
MIT License
1.49k stars 64 forks source link

--base switch does not work? #174

Closed ghost closed 8 years ago

ghost commented 8 years ago
git reflow start issue#2 --base dev
error: Unknown option --base

Running OSX with git-reflow cloned and built from 2dab9f7.

simonzhu24 commented 8 years ago

@talexand

Can you please make sure your git reflow repository is up to date (git pull), then delete and rebuild your gem locally? Run gem build git_reflow.gemspec and then gem install <gem_version>.gem.

You can also test the latest gem release by uninstalling and reinstalling the gem:

gem uninstall git_reflow && gem install git_reflow

I just tried it after building my gem locally and it works for me:

Dev-Loaner-3s-MacBook-Pro:test ximengzhu$ git reflow start issue#2 --base 12345
Switched to branch '12345'
From https://github.com/simonzhu24/test
 * branch            12345      -> FETCH_HEAD
Total 0 (delta 0), reused 0 (delta 0)
To https://github.com/simonzhu24/test.git
 * [new branch]      12345 -> issue#2
Switched to a new branch 'issue#2'
pboling commented 8 years ago

gem install git_reflow won't work because master branch changes haven't been released yet, but aside from that 👍

codenamev commented 8 years ago

One last note here, bundle exec rake install will install the gem from source. We should expect an official release by tomorrow :smile: