GIT - how to keep a file common across all branches

前端 未结 4 1523
故里飘歌
故里飘歌 2021-01-02 06:10

Suppose I have a file \"ChangeLog\" in branch \"master\". I want to record information about all changes in any branch in this file (in more detail than in a commit message

4条回答
  •  清酒与你
    2021-01-02 06:52

    Put it in a separate repository and use a submodule to link it into each branch.

提交回复
热议问题