How to attribute a single commit to multiple developers?

后端 未结 9 1467
感情败类
感情败类 2020-12-02 06:50

The way all version control systems I\'m familiar with work is that each commit is attributed to a single developer. The rise of Agile Engineering, and specifically pair pro

9条回答
  •  生来不讨喜
    2020-12-02 07:53

    Most of the co-author tools do not support autocompletion. You can try git-coco, its written in python3 (I'm the developer). git-coco supports autocomplete and auto-suggest. Here is a snapshot autocomplete on sample authors

提交回复
热议问题