git使用

git使用命令

1. git clone 码云地址

2. git add ./ 添加

3. git commit -m 修改说明

4. git pull 从远程库拉代码

5. git push 上传

.git status

.git checkout master

.git merge newbranch

你可能感兴趣的:(git使用)