Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? 基本的なgitコマンドまとめ。 そもそも自分用に作ったものなので見づらいです。 #init $ git init ディレクトリにリポジトリを作成. $ git init --bare ベアリポジトリの作成 $ git init --shared グループ書き込み権限を有効にする. #add $ git add [filename] ファイルやディレクトリをインデックスに登録. $ git add -A すべての変更を含むワークツリーの内容をインデックスに追加. $ git add -u 以前コミットしたことがあるファイルだけインデックス