Use Git Basics

  • Check status with git status before and after changes.
  • Stage relevant files with git add.
  • Commit changes with a descriptive message.
  • Pull before pushing when collaborating.