Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 43ebef3
Branch  : l10n_main
Author  : Joel Nitta <[email protected]>
Time    : 2023-11-24 01:30:49 +0000
Message : New translations 03-create.md (Japanese)
  • Loading branch information
actions-user committed Nov 24, 2023
1 parent 490b971 commit 56ac471
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
16 changes: 4 additions & 12 deletions 03-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,13 @@ $ mkdir planets
$ cd planets
```

Then we tell Git to make `planets` a [repository](../learners/reference.md#repository)
\-- a place where Git can store versions of our files:
次に、Gitに`planets`[リポジトリ](../learners/reference.md#repository)(Gitがファイルのバージョンを保存できる場所)にするように伝えます。

```bash
$ git init
```

It is important to note that `git init` will create a repository that
can include subdirectories and their files---there is no need to create
separate repositories nested within the `planets` repository, whether
subdirectories are present from the beginning or added later. Also, note
that the creation of the `planets` directory and its initialization as a
repository are completely separate processes.
重要なのは、`git init` はサブディレクトリとそのファイルを含むことができるリポジトリを作成するということです。サブディレクトリが最初から存在する場合でも、後から追加された場合でも、`planets` リポジトリの中に入れ子になった別のリポジトリを作成する必要はありません。 また、 `planets`ディレクトリの作成と、リポジトリとしての初期化はまったく別の処理であることに注意してください。

If we use `ls` to show the directory's contents,
it appears that nothing has changed:
Expand All @@ -76,10 +70,8 @@ $ ls -a
. .. .git
```

Git uses this special subdirectory to store all the information about the project,
including the tracked files and sub-directories located within the project's directory.
If we ever delete the `.git` subdirectory,
we will lose the project's history.
Git はプロジェクトのディレクトリ内にあるすべてのファイルとサブディレクトリを含む、プロジェクトに関するすべての情報を格納するためにこの特別なサブディレクトリを使用します。
`.git` サブディレクトリを削除すると、プロジェクトの履歴を失うことになります。

Next, we will change the default branch to be called `main`.
This might be the default branch depending on your settings and version
Expand Down
4 changes: 2 additions & 2 deletions md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"index.md" "5fba22f4ccdf526028f9782ee580cd59" "site/built/index.md" "2023-11-21"
"episodes/01-basics.md" "9537209793cae03b3192a178f7806bb1" "site/built/01-basics.md" "2023-11-21"
"episodes/02-setup.md" "3429667bbb04a9eedda7be169cbadffd" "site/built/02-setup.md" "2023-11-21"
"episodes/03-create.md" "80ca2f6dfa26d0f44c576df62349d719" "site/built/03-create.md" "2023-11-21"
"episodes/03-create.md" "8c9094910aed41611da1906fc0b09df3" "site/built/03-create.md" "2023-11-24"
"episodes/04-changes.md" "7a4b40529d6a7167498a895e881edde5" "site/built/04-changes.md" "2023-11-21"
"episodes/05-history.md" "19d37bc9006e75baffce569e8b57ad50" "site/built/05-history.md" "2023-11-21"
"episodes/06-ignore.md" "0d86f198cc1eac98d8272c066a64c140" "site/built/06-ignore.md" "2023-11-21"
Expand All @@ -22,4 +22,4 @@
"learners/reference.md" "b1d5744e66186db885891db942e01ef6" "site/built/reference.md" "2023-11-21"
"learners/setup.md" "1036ba4cdc830f03bc375acd4fcc2089" "site/built/setup.md" "2023-11-21"
"profiles/learner-profiles.md" "5fe5bf7537072422b91ed393ada03f9a" "site/built/learner-profiles.md" "2023-11-21"
"renv/profiles/lesson-requirements/renv.lock" NA "site/built/renv.lock" "2023-11-21"
"renv/profiles/lesson-requirements/renv.lock" NA "site/built/renv.lock" "2023-11-24"

0 comments on commit 56ac471

Please sign in to comment.