G
G
Georgy Kuznetsov2022-02-09 09:34:29
git
Georgy Kuznetsov, 2022-02-09 09:34:29

How to separate git commit names into front and back?

Suppose in a separate repository in the same branch both the front and back for the site are being developed together. What is the best way to indicate which part of the site is "dedicated" to a commit?

ps I ask, because the names in IT are given an exorbitant amount of attention

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kuts, 2022-02-09
@JoeSmith3100

Agree on a naming system for commits. For example:

commit -m "FRONT: какой-то комментарий к коммиту"
...
commit -m "BACK: какой-то комментарий к коммиту"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question