What is the difference between git add, push and commit?
add
push
commit
Just a little confused coming from SVN, where \"update\" will \'add\'
Very nice pdf about many GIT secrets.
Add is same as svn's add (how ever sometimes it is used to mark file resolved).
Commit also is same as svn's , but it commit change into your local repository.