1. 远程仓库clone 到本地
git clone
2. 添加,提交
git status/git add/git diff/git commit
3. 获取,拉取
git fetch/git pull
4. 合并
git merge
5. 推送
git push
6. 忽略文件.gitinore
.gitignore
1. 远程仓库clone 到本地
git clone
2. 添加,提交
git status/git add/git diff/git commit
3. 获取,拉取
git fetch/git pull
4. 合并
git merge
5. 推送
git push
6. 忽略文件.gitinore
.gitignore
本文标题:SourceTree基本操作
本文链接:https://www.haomeiwen.com/subject/xmgruttx.html
网友评论