Instructions on resolving error related to no changes found
git add .
git commit
git push
git add . git commit -m "<your_commit_message>" git push origin master
Was this page helpful?