git basic commnads code example
Example 1: git basic commands
git add <filename>
git add *
Example 2: git basic commands
git fetch origin
git reset --hard origin/master
git add <filename>
git add *
git fetch origin
git reset --hard origin/master