チュートリアル


そういえば,~/.lv に -c が無かったので追加した.
これが無かったので,git show でエラいことになった.

ローカルリポジトリの概念

索引 - index
オブジェクトデータにスナップショットを取る
オブジェクトデータベース - objects
コミットした内容を個別に参照できる
コミット - commit
tree ,parent,messageを持つデータ型.
treeish
tree or blob
tree
ディレクト
blob
ファイル

ブランチ/タグの概念

ブランチ - branch
commit につけられたタグ
タグ - tag
commit につけられたタグ
マージ - merge
parent が2つ以上あるcommit

リモートの概念

リモートブランチ - remote branch
別の場所にあるブランチの一種

~/.gitconfig に以下を追加

[color]
	status = auto
	branch = auto
	interactive = auto
	diff = auto

自分用まとめ