ravening commented on pull request #4230: URL: https://github.com/apache/cloudstack/pull/4230#issuecomment-928181974
> > @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 -- 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]
