ravening commented on pull request #4230:
URL: https://github.com/apache/cloudstack/pull/4230#issuecomment-928228073
> > > > @weizhouapache i see you have committed two changes. how can i get
that? i did rebase but i dont see those commits
> > >
> > >
> > > @ravening
> > > cannot you fetch the latest commits by "git fetch origin", then
checkout to local branch "reset_cfg" and rebase it by "git rebase
origin/reset_cfg" ?
> > > (assume 'origin' is the name of repository of github/ravening)
> >
> >
> > @weizhouapache i did
> > ```
> > git fetch upstream
> > git rebase upstream/main
> > git checkout reset_cfg
> > git rebase main
> > ```
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > after this i didnt get your commits
>
> git rebase upstream/reset_cfg
> not `main`
@weizhouapache getting error
```
git rebase upstream/reset_cfg
─╯
fatal: invalid upstream 'upstream/reset_cfg'
git remote -v
─╯
origin https://github.com/ravening/cloudstack.git (fetch)
origin https://github.com/ravening/cloudstack.git (push)
upstream https://github.com/apache/cloudstack.git (fetch)
upstream https://github.com/apache/cloudstack.git (push)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]