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 @@
以前書いた数百行の回復は、古いバージョンの論文のコピーを作成した場合にのみ可能です。 前に書いた文章を失う危険性は、このページの上にある漫画に描かれているような問題のあるワークフローになることが多いです。
答えは (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.
答えは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
:
results/plots
内のファイルのみを無視するのであれば、.gitignore
に
@@ -603,7 +603,7 @@
以下二文を .gitignore に加えましょう:
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:
感嘆符 !
は無視してあったファイルを対象から除外する効果があります。
@@ -821,7 +821,7 @@
log_*
もしくは log*
を .gitignore
に加えます。
Let’s try it. Suppose Dracula takes a picture of Martian surface and
calls it mars.jpg
.
order | action . . . . . . | 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 @@
---|
order | action . . . . . . | diff --git a/instructor/14-supplemental-rstudio.html b/instructor/14-supplemental-rstudio.html index f381d66652..8d1ea01125 100644 --- a/instructor/14-supplemental-rstudio.html +++ b/instructor/14-supplemental-rstudio.html @@ -550,7 +550,7 @@
---|