there are 3 stages

  1. first you add something,
    then you
  2. commit something,
    then
  3. upload it

git add .
git commit -m “message”
git push