review commit folders git code example
Example 1: Git add
git add .
git commit -m "Bug Fixed"
git push
Example 2: git add .
git add <file> or you can do git add -A to add all files
git add .
git commit -m "Bug Fixed"
git push
git add <file> or you can do git add -A to add all files