Open kaylinkhanal opened 6 months ago
How to push your code:
create a new branch get checkout -b pdfGenerator
make changes to the code
git add . git commit -m "message for the change" git push -u origin pdfGenerator
IF YOU WANT THE LATEST CODE:
git checkout main git pull origin main
How to push your code:
create a new branch get checkout -b pdfGenerator
make changes to the code
git add . git commit -m "message for the change" git push -u origin pdfGenerator