This is GitHub page for myself.
This web content shows my command history for branching and committing new files to the repository. If you look the code for index.md file, you will see examples of various Markdown features including:
git clone <url_to_git>
git status
git add <file or folder>
git commit -m 'message'
git push origin master
git checkout <branch_name>
git push origin <branch_name>
git pull origin <branch_name>