ambition119 commented on issue #1209: [CALCITE-2601] Add REVERSE function
URL: https://github.com/apache/calcite/pull/1209#issuecomment-493827949
 
 
   > You can checkout a new branch from master and cherry-pick some commits 
from this branch. Then delete this branch and rename the new branch to this 
branch name. Finally, you force push the new branch.
   
   Thank you for your advice, I will try and understand this development 
process. My usual development operation is
   ```shell
   1. git clone https://github.com/<Github_user>/calcite.git
   2. $ git remote add apache https://github.com/apache/calcite
   3. $ git fetch apache
       $ git rebase apache/master
       $ git push   
   4. $ git checkout -b reverse_fun
   ```
   then dev and commit,  and squash commits is 
   ```shell
   $ git rebase -i HEAD~5
   $ git push --force
   ```
   Can you add your WeChat?   my wechat is 358998716, thanks.
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to