kaylinkhanal / instant

0 stars 0 forks source link

WHEN U ARE ASSIGNED A TASK DO THIS: #8

Open kaylinkhanal opened 3 months ago

kaylinkhanal commented 3 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