kaylinkhanal / instant

0 stars 0 forks source link

GITHUB SCENARIOS #2

Open kaylinkhanal opened 3 months ago

kaylinkhanal commented 3 months ago

How to push your code:

  1. create a new branch get checkout -b pdfGenerator

  2. make changes to the code

git add . git commit -m "message for the change" git push -u origin pdfGenerator

kaylinkhanal commented 2 months ago

IF YOU WANT THE LATEST CODE:

git checkout main git pull origin main