利用ul>li*5创建5个无序列表
git add index.html
git status
git commit -m "added index.html" 锁定仓库的指定文件,git commot 提交并附带一条说明
git push提交到git hub上
到github官网上刷新一下哗有了!
git pull只能用在指定仓库的目录下
git add -a提交全部
每天工作前先git pull看一下其他人的工作
ESC :wq
git branch
git branch feature1
网友评论