hello-world Test creating a new repository Test committing in a new branch Steps for adding a project: cd your_project git init git add * git commit -m "comment message" git remote add origin [url to git repository] git push origin master test from test-branch