generated at
2/22/2025, 4:00:50 PM
Git:ローカルリポジトリ
現在作業中のリポジトリを
ローカルリポジトリ
、
カレントリポジトリ
と呼ぶ。
git add
や
git commit
コマンドの対象となる
リポジトリ
でもあり、 ユーザーの
作業領域
である
ワーキングツリー
を伴っている。
普段の作業はローカルリポジトリを使う
ローカルリポジトリ
(
local repository
)
Git:local repository
Git:ローカル
Git:リポジトリ
Git:ワーキングツリー
-
ワーキングツリー
(
Working tree
)
Git:インデックス
-
インデックス
(
Index
)
Git:ステージングエリア
-
ステージングエリア
(
staging area
)
Git:ローカルブランチ
-
ローカルブランチ
(
local branch
)
Git:個人リポジトリ