Open kaylinkhanal opened 5 months ago
-------- to take latest changes made in the project--------- git checkout main git pull origin main
-------create a branch--------- git checkout -b branchName
----- make changes to the code-------
------Add----- git add .
------Commit---- git commit -m "commit messages for the changes you made"
------Push----- git push -u origin branchName
-------- to take latest changes made in the project--------- git checkout main git pull origin main
-------create a branch--------- git checkout -b branchName
----- make changes to the code-------
------Add----- git add .
------Commit---- git commit -m "commit messages for the changes you made"
------Push----- git push -u origin branchName