The TAGs of the original document has been updated to facilitate future verification. (#9285)
This commit is contained in:
parent
b327d20402
commit
3972978c8d
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
<!---
|
<!---
|
||||||
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
|
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
|
||||||
original document: adf4acf59:docs/newbs_git_best_practices.md
|
original document: 0.9.0:docs/newbs_git_best_practices.md
|
||||||
git diff adf4acf59 HEAD -- docs/newbs_git_best_practices.md | cat
|
git diff 0.9.0 HEAD -- docs/newbs_git_best_practices.md | cat
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## または、"如何にして私は心配することをやめて Git を愛することを学んだか。"
|
## または、"如何にして私は心配することをやめて Git を愛することを学んだか。"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
<!---
|
<!---
|
||||||
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
|
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
|
||||||
original document: adf4acf59:docs/newbs_git_resolving_merge_conflicts.md
|
original document: 0.9.0:docs/newbs_git_resolving_merge_conflicts.md
|
||||||
git diff adf4acf59 HEAD -- docs/newbs_git_resolving_merge_conflicts.md | cat
|
git diff 0.9.0 HEAD -- docs/newbs_git_resolving_merge_conflicts.md | cat
|
||||||
-->
|
-->
|
||||||
|
|
||||||
ブランチでの作業の完了に時間がかかる場合、他の人が行った変更が、プルリクエストを開いたときにブランチに加えた変更と競合することがあります。
|
ブランチでの作業の完了に時間がかかる場合、他の人が行った変更が、プルリクエストを開いたときにブランチに加えた変更と競合することがあります。
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
<!---
|
<!---
|
||||||
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
|
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
|
||||||
original document: adf4acf59:docs/newbs_git_resynchronize_a_branch.md
|
original document: 0.9.0:docs/newbs_git_resynchronize_a_branch.md
|
||||||
git diff adf4acf59 HEAD -- docs/newbs_git_resynchronize_a_branch.md | cat
|
git diff 0.9.0 HEAD -- docs/newbs_git_resynchronize_a_branch.md | cat
|
||||||
-->
|
-->
|
||||||
|
|
||||||
仮にあなたの `master` ブランチにあなたのコミットを行い、そしてあなたの QMK リポジトリの更新が必要になったとします。
|
仮にあなたの `master` ブランチにあなたのコミットを行い、そしてあなたの QMK リポジトリの更新が必要になったとします。
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
<!---
|
<!---
|
||||||
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
|
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
|
||||||
original document: adf4acf59:docs/newbs_git_using_your_master_branch.md
|
original document: 0.9.0:docs/newbs_git_using_your_master_branch.md
|
||||||
git diff adf4acf59 HEAD -- docs/newbs_git_using_your_master_branch.md | cat
|
git diff 0.9.0 HEAD -- docs/newbs_git_using_your_master_branch.md | cat
|
||||||
-->
|
-->
|
||||||
|
|
||||||
QMK の開発では、何がどこで行われているかにかかわらず、`master` ブランチを最新の状態に保つことを強くお勧めします、しかし `master` ブランチには***絶対に直接コミットしないでください***。
|
QMK の開発では、何がどこで行われているかにかかわらず、`master` ブランチを最新の状態に保つことを強くお勧めします、しかし `master` ブランチには***絶対に直接コミットしないでください***。
|
||||||
|
|
Loading…
Reference in New Issue