Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] zh-cn document translate: git parts #15576

Merged
merged 5 commits into from
Apr 22, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
gramma fixing

Co-authored-by: peepeetee <[email protected]>
  • Loading branch information
epiciskandar and peepeetee committed Jan 23, 2022
commit a45b7f5074ed5a4bbd4bd3755b59528aba69bb60
2 changes: 1 addition & 1 deletion docs/zh-cn/newbs_git_resynchronize_a_branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## 备份你在自己的主干分支上的所有变更(可选)

不会有人想把那些有用的成果弄丢的。如果你想将你的 `master` 分支上的变更另存一份,简便的方法是直接创建一个当前“脏” `master` 分支的副本:
不会有人想把有用的成果弄丢的。如果你想将你的 `master` 分支上的变更另存一份,简便的方法是直接创建一个当前“脏” `master` 分支的副本:

```
git branch old_master master
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/newbs_git_using_your_master_branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ git commit -m "My commit message."

## 发布变更

最后一步为上传你的变更到你的fork中。通过执行 `git push`,Git将发布 `dev_branch` 分支的所有变更至你的for中
最后一步为上传你的变更到你的fork中。通过执行 `git push`,Git将发布 `dev_branch` 分支的所有变更至你的fork中