githubTest A test repository. Branch control: make new branch from master: git checkout -b [some branch name] Commit and Push: git add . # adds all the files, can also git add [filename] git commit -a 'commit message' git push