Git
repo start mytask .
git status
git add .
git commit -a -m "..."
repo upload .
git commit --amend -m "..."
repo upload --replace .
gitk --all
gitk -- Hello.java
repo init -u git://x/manifest.git -b branch-name
Merge conflict tip
git rebase 5c606sss....
git mergetool --tool=kdiff3
git rebase --continue
repo upload --replace .
博客主要介绍了一系列Git操作命令,包括启动任务、查看状态、添加文件、提交修改、上传代码等,还提及了合并冲突的处理方法,如使用git rebase、git mergetool等命令解决冲突后继续操作并重新上传代码。
9479

被折叠的 条评论
为什么被折叠?



