July 20, 2015 admin Push code to Github git init "Folder_Name" git add -A git commit -m "first commit" git remote add origin https://github.com/amrit3701/SageLaTeX.git git push -u origin master Follow