摘要:
git clone git clone https://nulab.backlog.jp/git/BLG/tutorial.git tutorial2 阅读全文
posted @ 2017-04-20 12:59
小小高
阅读(225)
评论(0)
推荐(0)
摘要:
git remote add origin https://github.com/gaoconggit/LandMVC.git git push -u origin master 阅读全文
posted @ 2017-04-20 11:44
小小高
阅读(510)
评论(0)
推荐(0)
摘要:
gui下查看提交纪录 阅读全文
posted @ 2017-04-20 11:22
小小高
阅读(232)
评论(0)
推荐(0)
摘要:
git commit -m "测试提交" 阅读全文
posted @ 2017-04-20 11:15
小小高
阅读(151)
评论(0)
推荐(0)
摘要:
将文件加入到索引,要使用add命令。在<file>指定加入索引的文件。用空格分割可以指定多个文件。 git add demo.html test.html //添加两个文件 添加当前目录下所有文件,加入到索引 git add . 阅读全文
posted @ 2017-04-20 11:04
小小高
阅读(751)
评论(0)
推荐(0)
摘要:
git status 阅读全文
posted @ 2017-04-20 11:01
小小高
阅读(166)
评论(0)
推荐(0)
摘要:
git config --global user.name "" git config --global user.email "" 阅读全文
posted @ 2017-04-20 11:00
小小高
阅读(155)
评论(0)
推荐(0)

浙公网安备 33010602011771号