luocooong commented on pull request #2155:
URL: https://github.com/apache/drill/pull/2155#issuecomment-767325770


   @eevanwong Thanks for the new PR. I recommend you  creating new branches for 
the feature rather than working from your `master` branch. it will be very 
troublesome to merge because of saw the merged item in this commit list. here 
are my what i do :
   ```
   git fetch upstream master
   git checkout -b DRILL-7712 upstream/master
   // do some amazing coding
   git commit -m 'DRILL-7712: Title'
   git push origin DRILL-7712
   ```


----------------------------------------------------------------
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]


Reply via email to