Practice with git and github.com
-
git init
-
git add .
-
git commit -m "message"
-
git remote add origin "github.com/your_repo.git"
-
git push -u origin master
-
git clone <url.git>
-
git branch (branch name)
-
git branch
-
git checkout (branch name)
-
git diff (branch1) (branch2)