Basic commands
clone -- obtain a copy of a repository pull -- merge in changes from another repository status -- determine which files have been modified locally add -- add a file to the repository commit -- commit changes to local repository push -- send commits to a remote repository