10-22-2015 synchronization in github git init git status git add -A git commit -m "initial commit" git remote add origin your-url-here git push -u origin master(/f) insert 粘贴