mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 14:44:28 +02:00
fix chinese translate
This commit is contained in:
parent
3468cf69e3
commit
422e51a461
2 changed files with 2 additions and 2 deletions
|
@ -341,7 +341,7 @@ exports.level = {
|
|||
"",
|
||||
"接下来这种情况也是很常见的:你之前在 `newImage` 分支上进行了一次提交,然后又基于它创建了 `caption` 分支,然后又提交了一次。",
|
||||
"",
|
||||
"此时你想对的某个以前的提交记录进行一些小小的调整。比如设计师想修改一下 `newImage` 中图片的分辨率,尽管那个提交记录并不是最新的了。"
|
||||
"此时你想对某个以前的提交记录进行一些小小的调整。比如设计师想修改一下 `newImage` 中图片的分辨率,尽管那个提交记录并不是最新的了。"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -566,7 +566,7 @@ exports.level = {
|
|||
"记住,`source` 可以是任何 Git 能识别的位置:"
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"这是个另人困惑的命令,但是它确实是可以运行的 —— Git 将 `foo^` 解析为一个位置,上传所有未被包含到远程仓库里 `main` 分支中的提交记录。"
|
||||
"这是个令人困惑的命令,但是它确实是可以运行的 —— Git 将 `foo^` 解析为一个位置,上传所有未被包含到远程仓库里 `main` 分支中的提交记录。"
|
||||
],
|
||||
"command": "git push origin foo^:main",
|
||||
"beforeCommand": "git clone; go -b foo; git commit; git commit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue