标签:创建 microsoft git commit class add git add repo sof
CMD命令:
git init
git add . 【添加文件至暂存区】
git commit -m ‘描述性语句 随意写即可‘
git branch gh-pages 【创建仓库分支】
git checkbox gh-pages 【切换分支】
(在github中新建repository)SHH 方式
git remote add origin git@github.com
git push -u origin gh-pages
标签:创建 microsoft git commit class add git add repo sof
原文地址:http://www.cnblogs.com/song-peng/p/6098599.html