News

Add some text to the README.md file, then stage and commit the changes: git add . git commit -m "Added changes in feature1" In this example, we have used git add . instead of git add README.md ...