add git説明書を追記

This commit is contained in:
2026-03-19 17:58:14 +09:00
parent e494ac7b64
commit 48c1f92898

5
Git_Guid.md Normal file
View File

@@ -0,0 +1,5 @@
clone 最初のコピー リモート → ローカル(新規作成)
add 記録の「予約」 ファイル → ステージ(提出箱)
commit 記録の「確定」 ステージ → ローカル履歴(日記)
push 成果の「公開」 ローカル履歴 → リモート(掲示板)
pull 最新の「取得」 リモート → ローカル(合体)