天天看点

git常用命令

提交:

1、先添加 git add home/* 再提交 git commit -m '注释' 然后 git push

更新

2、 git pull