1.Markdown 語(yǔ)法的掌握:基本語(yǔ)法參考這里
2.GIF Brewery軟件的使用:用來(lái)錄制屏幕生成gif,可以修改尺寸大小,播放速度,可以裁切;其中Quick Time 也可以,不過(guò)錄制的是視頻,需要后續(xù)轉(zhuǎn)換成圖片。
3. git 的使用
第一次push 提示過(guò)期的時(shí)候,需要pull : git pull <remote>
git push -u 指令的用處???
git push :https 和ssh 的兩種方式
參考:http://blog.csdn.net/u013647382/article/details/47832559
…or create a new repository on the command line
echo "# NestVC" >> README.md
git initgit add README.md
git commit -m "first commit"
git remote add origin https://github.com/***/NestVC.git
git push -u origin master
-------------------
…or push an existing repository from the command line
git remote add origin https://github.com/TianQiLi/NestVC.git
git push -u origin master
-------------------
…or import code from another repository
You can initialize this repository with code from a Subversion, Mercurial, or TFS project.
[Import code](https://github.com/TianQiLi/NestVC/import)

image.png