9.9 KiB
9.9 KiB
title | author | date | wordtwit_post_info | categories | ||
---|---|---|---|---|---|---|
gitのチュートリアル – その2 | kazu634 | 2009-06-03 |
|
|
前回の続きです。
コミットログの書き方
作法があるらしい:
- 1行目: コミットする変更内容の要約
- 2行目: 空行
- 3行目: 変更した理由の説明
git status
git statusは、今の状態でgit commitを実行したら、どのファイルへの変更がコミットされ、どのファイルへの変更はコミットされずに残るかをプレビューするためのコマンドです。
~/working/cgi on simoom634 [508] $: git status # On branch master nothing to commit (working directory clean)