diff options
Diffstat (limited to 'docs/ja/newbs_git_using_your_master_branch.md')
-rw-r--r-- | docs/ja/newbs_git_using_your_master_branch.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ja/newbs_git_using_your_master_branch.md b/docs/ja/newbs_git_using_your_master_branch.md index 3ee1996c1..308a61ede 100644 --- a/docs/ja/newbs_git_using_your_master_branch.md +++ b/docs/ja/newbs_git_using_your_master_branch.md @@ -2,8 +2,8 @@ <!--- grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh - original document: adf4acf59:docs/newbs_git_using_your_master_branch.md - git diff adf4acf59 HEAD -- docs/newbs_git_using_your_master_branch.md | cat + original document: 0.9.0:docs/newbs_git_using_your_master_branch.md + git diff 0.9.0 HEAD -- docs/newbs_git_using_your_master_branch.md | cat --> QMK の開発では、何がどこで行われているかにかかわらず、`master` ブランチを最新の状態に保つことを強くお勧めします、しかし `master` ブランチには***絶対に直接コミットしないでください***。 |