Posts from 24 April 2012

Basic Git commands to push and pull

To check what has been modified, changed or added # git status Pull files down from repo # git pull To push file to repo[…]