commit.templateでコミットメッセージにテンプレートを設定する – 【Git】
tortoiseGitでコミットする際や git commit
コマンドを実行する際にコミットメッセージにあらかじめ決めたテンプレートを設定します。
テンプレートファイル名は任意でOKなので、「.commit.template」とします。
.commit.templateファイル
.commit.templateファイル内容です。
[branchname] hogefuga
commit.template設定
Windows環境で試します。
C:\>git config --global commit.template C:\\Users\\takahashi-h5\\.commit.template C:\>git config --global --list user.name=takahashi-h5 user.email=takahashi-h5@confrage.com commit.template=C:\\Users\\takahashi-h5\\.commit.template
git commit
VS Codeのターミナルでgit commit
コマンドを実行します。.commit.templateファイルの内容が表示されています。
:wqで保存してgit push origin ブランチ名
コマンドを実行します。
Commitコメントにテンプレートの内容が設定されるようになっています。
ドキュメント
Git - git-commit Documentation
KHI入社して退社。今はCONFRAGEで正社員です。関西で140-170/80~120万から受け付けております^^
得意技はJS(ES6),Java,AWSの大体のリソースです
コメントはやさしくお願いいたします^^
座右の銘は、「狭き門より入れ」「願わくは、我に七難八苦を与えたまえ」です^^
コメント