From 4fc01c4823667e4f390b276e093a09b50cd38702 Mon Sep 17 00:00:00 2001 From: Ruchitha Vemula <2300032021@kluniversity.in> Date: Tue, 8 Apr 2025 11:50:08 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Added=20Step=205=20to=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3eaa33a24..6093a4637 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,10 @@ You can type the command ```git add -A``` or alternatively ```git add -all``` fo ``` git push --set-upstream origin new-branch ``` + + ### Step 5: Pushing the Code + + use use git push command to push the code ### Step 6: Create Pull Request At this point, you are ready to make a pull request to the original repository.