Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--base switch does not work? #174

Closed
ghost opened this issue May 25, 2016 · 3 comments
Closed

--base switch does not work? #174

ghost opened this issue May 25, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented May 25, 2016

git reflow start issue#2 --base dev
error: Unknown option --base

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

@simonzhu24
Copy link
Contributor

simonzhu24 commented May 26, 2016

@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
Copy link
Contributor

pboling commented May 26, 2016

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

@codenamev
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants