Git

git branch master
git checkout master
git pull
git log
git blame pages/page.php
git clone ssh://username@server.name.com/path_to_repo

git push origin branch_name
git branch -r
git branch –track branch_name origin/branch_name

  • You may use these HTML tags: <a> <abbr> <acronym> <b> <blockquote> <cite> <code> <del> <em> <i> <q> <strike> <strong>

Go to Top