What is the difference between git add, push and commit?
add
push
commit
Just a little confused coming from SVN, where \"update\" will \'add\'
git add selects changes
git add
git commit records changes LOCALLY
git commit
git push shares changes
git push