This is my first git activity >git init >git config user.name "" >git config user.email "" >git add . >git commit -m "" >git push -u origin master