Search This Blog

Tuesday, May 12, 2015

Introduction to git

cd ..
git init
git add .
git commit
git remote add origin http://theseas/FileMover.git
git clone http://theseas/FileMover.git
git pull http://theseas/FileMover.git