manual merge branch harry0000:improve-ja-translation

merged parts of https://github.com/harry0000/learnGitBranching changes
including:
 * s/レポジトリ/リポジトリ/g
 * s/-|ー/ -- /g
 * s/先祖/親/g
 * and some more
This commit is contained in:
Mizunashi Mana 2015-04-29 16:17:02 +09:00
parent 8ffb3c9418
commit f6557975c9
8 changed files with 11 additions and 11 deletions

View file

@ -497,7 +497,7 @@ exports.level = {
"遡る前のコミット数を`~`で指定しましょう。"
],
"afterMarkdowns": [
"よっしゃ!効率が良いですね相対リファレンスはなんと便利です。"
"よっしゃ!効率が良いですね -- 相対リファレンスはなんと便利です。"
],
"command": "git checkout HEAD~4",
"beforeCommand": "git commit; git commit; git commit"