-git_pocketbook This is my first repo,and I decide to put some common and important git commands here. git init(托管) git add(打包) git commit -m "Today I do sth"(备注) git remove add origin [repolink](地址) git push origin master(发送)