GitHub Tutorial Git Commands First Init The Directory by using command git init Add your all work to Staging Area git add file name git add -A Commit your all work to Repo git commit -m "Message for Repo" To list branch git branch