0

is it possible or is there a tool, so I could add a piece of text for every commit comment, like this:

A
B: 1
C: xxx

to achieve the following comment layout, that I only need to input XXXX? (the cursor stops next to C:) for every git commit.

image

3
  • You could create your own script that adds the message. Let's call it commit-with-message. You run ./commit-with-message (for example) "my message" and it will behave like git commit -m or stuff like that. However, is not so useful unless you chain commands. Commented Feb 28, 2019 at 7:19
  • @AndreiToader I found the duplicate url is interesting. But I am not sure I could use it with mingw git Commented Feb 28, 2019 at 7:23
  • Then use commit.template. Commented Feb 28, 2019 at 9:54

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.