git --versionMain actins of Git
- pull (= fetch + merge) changes from the remote repo (alwasy do this before
git pushwill save you a lot of headaches) - add files, or as we say in the Git lingo stage files.
- commit (save) changes to the local repo.
- push changes to the remote repo.










