Closed ghost closed 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'
gem install git_reflow
won't work because master
branch changes haven't been released yet, but aside from that 👍
One last note here, bundle exec rake install
will install the gem from source. We should expect an official release by tomorrow :smile:
Running OSX with git-reflow cloned and built from 2dab9f7.