diff --git a/01-basics.html b/01-basics.html index e67deddb31..dd1c5c7662 100644 --- a/01-basics.html +++ b/01-basics.html @@ -485,7 +485,7 @@

解答

-
+
  • 以前書いた数百行の回復は、古いバージョンの論文のコピーを作成した場合にのみ可能です。 前に書いた文章を失う危険性は、このページの上にある漫画に描かれているような問題のあるワークフローになることが多いです。

  • diff --git a/05-history.html b/05-history.html index dfc7f60cbd..4fc32bc744 100644 --- a/05-history.html +++ b/05-history.html @@ -754,7 +754,7 @@

    解答

    -
    +

    答えは (5) - 2 と 4 の両方です。

    The checkout command restores files from the repository, @@ -811,7 +811,7 @@

    解答

    -
    +

    The command git log lists project history with commit IDs.

    @@ -869,7 +869,7 @@

    解答

    -
    +

    答えは2です。

    The command git add venus.txt places the current version @@ -934,7 +934,7 @@

    解答

    -
    +

    After adding a change, git checkout can not be used directly. Let’s look at the output of git status:

    diff --git a/06-ignore.html b/06-ignore.html index 65f80128c1..eb22532d8e 100644 --- a/06-ignore.html +++ b/06-ignore.html @@ -563,7 +563,7 @@

    解答

    -
    +

    results/plots 内のファイルのみを無視するのであれば、.gitignore に @@ -603,7 +603,7 @@

    解答

    -
    +

    以下二文を .gitignore に加えましょう:

    @@ -651,7 +651,7 @@

    解答

    -
    +

    results/ のコンテンツは無視したいが、 results/data/ のコンテンツは無視したくない場合、 @@ -700,7 +700,7 @@

    解答

    -
    +

    results/data/position/gps/*.data を使えば results/data/position/gps 内にある全ての .data @@ -739,7 +739,7 @@

    解答

    -
    +

    In the .gitignore file, write:

    @@ -779,7 +779,7 @@

    解答

    -
    +

    感嘆符 ! は無視してあったファイルを対象から除外する効果があります。 @@ -821,7 +821,7 @@

    解答

    -
    +
    1. log_* もしくは log* を .gitignore に加えます。

    2. diff --git a/09-conflict.html b/09-conflict.html index 96d4667290..cf2ab1a5f7 100644 --- a/09-conflict.html +++ b/09-conflict.html @@ -750,7 +750,7 @@

      Conflicts on Non-textual files

      -
      +

      Let’s try it. Suppose Dracula takes a picture of Martian surface and calls it mars.jpg.

      @@ -967,7 +967,7 @@

      A Typical Work Session

      -
      +
      diff --git a/14-supplemental-rstudio.html b/14-supplemental-rstudio.html index 96ed080577..303d9d94a2 100644 --- a/14-supplemental-rstudio.html +++ b/14-supplemental-rstudio.html @@ -548,7 +548,7 @@

      Solution to Challenge

      -
      +

      This can be done in Rstudio:

      diff --git a/aio.html b/aio.html index 86e34542c8..f665a59a08 100644 --- a/aio.html +++ b/aio.html @@ -561,7 +561,7 @@

      解答

      -
      +
      • 以前書いた数百行の回復は、古いバージョンの論文のコピーを作成した場合にのみ可能です。 @@ -2443,7 +2443,7 @@

        解答

        -
        +

        答えは (5) - 2 と 4 の両方です。

        The checkout command restores files from the repository, @@ -2502,7 +2502,7 @@

        解答

        -
        +

        The command git log lists project history with commit IDs.

        @@ -2564,7 +2564,7 @@

        解答

        -
        +

        答えは2です。

        The command git add venus.txt places the current version @@ -2629,7 +2629,7 @@

        解答

        -
        +

        After adding a change, git checkout can not be used directly. Let’s look at the output of git status:

        @@ -2939,7 +2939,7 @@

        解答

        -
        +

        results/plots 内のファイルのみを無視するのであれば、.gitignore に @@ -2979,7 +2979,7 @@

        解答

        -
        +

        以下二文を .gitignore に加えましょう:

        @@ -3027,7 +3027,7 @@

        解答

        -
        +

        results/ のコンテンツは無視したいが、 results/data/ のコンテンツは無視したくない場合、 @@ -3076,7 +3076,7 @@

        解答

        -
        +

        results/data/position/gps/*.data を使えば results/data/position/gps 内にある全ての .data @@ -3115,7 +3115,7 @@

        解答

        -
        +

        In the .gitignore file, write:

        @@ -3155,7 +3155,7 @@

        解答

        -
        +

        感嘆符 ! は無視してあったファイルを対象から除外する効果があります。 @@ -3199,7 +3199,7 @@

        解答

        -
        +
        1. log_* もしくは log* を .gitignore @@ -4582,7 +4582,7 @@

          Conflicts on Non-textual files

          -
          +

          Let’s try it. Suppose Dracula takes a picture of Martian surface and calls it mars.jpg.

          @@ -4824,7 +4824,7 @@

          A Typical Work Session

          -
          +
      order action . . . . . .
      @@ -5573,7 +5573,7 @@

      Solution to Challenge

      -
      +

      This can be done in Rstudio:

      diff --git a/discuss.html b/discuss.html index ddec564fe5..ef24548b45 100644 --- a/discuss.html +++ b/discuss.html @@ -849,7 +849,7 @@

      OUTPUT

      order action . . . . . .