Git Tutorial

Basics

svn vs git

Complications


Centralized Workflow

basic commands

git clone svn checkout
git add file
git rm file
git mv file
svn add file
svn rm file
svn mv file
git commit -a svn commit
git diff svn diff
git status svn status
git checkout svn revert

basic commands

git clone svn checkout
git add file
git rm file
git mv file
svn add file
svn rm file
svn mv file
git diff svn diff
git status svn status
git checkout svn revert

Git Tutorial: Basics

By rayman

Git Tutorial: Basics

  • 280