On Sun, Dec 05, 2021 at 09:03:53AM -0800, Philip Oakley wrote:

> Set up different 'username' on the two machines (or committer / author 
> difference, etc).

[...]

...also do not forget that it's OK to insert into a commit message any number
of "machine-readable" fields such as

  Machine: whatever-machine

Just make sure such stuff is placed after the initial (terse) message
and a blank line. Usually such key/value parts go last so that the whole
message looks like

  A terse commit message
  
  An long explanatory
  commit message.

  Keyword1: Value1
  Keyword2: Value2

Such K/V options can then be parsed when needed.

Note that you can make Git use custom template for your commit message with a
pre-created keyword through the "commit.template" configuration option.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/20211206083451.bbh7prsvn2fzt2bd%40carbon.

Reply via email to