Srabasti commented on code in PR #42181:
URL: https://github.com/apache/airflow/pull/42181#discussion_r1757820297


##########
contributing-docs/10_working_with_git.rst:
##########
@@ -194,11 +208,14 @@ Useful when you understand the flow but don't remember 
the steps and want a quic
 .. code-block:: console
 
     git fetch --all
+    git add .
+    git commit
     git merge-base my-branch apache/main
     git checkout my-branch
     git rebase HASH --onto apache/main
     git push --force-with-lease
 
+

Review Comment:
   ```suggestion
   ```



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

Reply via email to