This error means no changes in the local repository,therefore
|
1 2 3 4 |
git add –A . git commit –m “Update on the landing page” git push –u origin main |
This error means no changes in the local repository,therefore
|
1 2 3 4 |
git add –A . git commit –m “Update on the landing page” git push –u origin main |
Leave a Reply