I cloned my repository from github and then updated the composer by adding
composer install
So I believe the composer.json page has been updated with new lines of code. I want to push it back to github online repository .
How Can I do this , I tried doing
git commit
It give me following message
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
modified: .env.example
modified: composer.json
modified: config/app.php
So changes to these files like composer.json , .env , config/app.php will not be effected on the online repository ??
Any insight on this please
Thanks