| Step | Git | SVN equivalent |
|---|---|---|
| Get latest | git pull | svn update |
| Edit | (same) | (same) |
| Stage | git add FILE | (no equivalent) |
| Save locally | git commit -m "msg" | svn commit |
| Share | git push |
git push origin → uploads to your forkgit fetch upstream → downloads from the shared repo