Usiamo Git come sistema di versionamento distribuito. Chi arriva da Subversion (SVN) deve tenere a mente alcune differenze chiave:
git add
git commit
origin
svn checkout URL
git clone URL
svn status
git status
svn diff
git diff
svn add file
git add file
svn commit
commit
svn update
git pull
git fetch
git merge
git push
Nei file seguenti vedremo:
git config
fetch
merge
pull