Comments inline... On Fri, Jun 19, 2015 at 7:34 PM, Wes Williams <[email protected]> wrote:
> I just re-merged my GEODE-20 REST API changes, tested and trying to push > into the repo but git is challenging me. git cannot locate my refspec. > Following the instructions at: > > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=57903992 > > I'm at (11) where it says: > git push --set-upstream origin feature/GEODE-20 > and I'm getting: > wwilliams@Wes:~/Documents/git/apachegeode/incubator-geode $ git push > --set-upstream origin feature/GEODE-20 > error: src refspec feature/GEODE-20 does not match any. > error: failed to push some refs to ' > https://github.com/wwilliams-pivotal/incubator-geode.git' > Step 11 actually is meant to be executed only if/when you want to share your repo, which it's probably not your case. > > This may be due to the instruction back at (7) when it said: > Now, start committing on your feature. When done, use: > git flow feature finish GEODE-20 > > In harmony with (7), I issued the got flow finish after the commmit. > > How do I push the changes? > You have your changes in your own fork of the project on Github. Since you're also a committer, you should just follow the "Accept Pull Request" part of the instructions, accepting your own PR ( https://github.com/apache/incubator-geode/pull/2) unless you're trying to commit something that's not part of this PR. > > Thanks, > *Wes Williams | Pivotal Sr. **Data Engineer* > 781.606.0325 > http://pivotal.io/big-data/pivotal-gemfire > -- William Markito Oliveira -- For questions about Apache Geode, please write to *[email protected] <[email protected]>*
