-git init-Initialise a repository locally. -git status-To view the current status -git log-view the history of the current branch -git add-add our changes to the commit -git commit-Commit those changes to the repository. -git clone-To download from a remote repository. -git push-to push our local changes to remote. -git pull-To pull remote changes to local. -git checkout-to switch to a new or existing branch. -git branch-to view all branches.