Is there a way to lock individual files or directories on fork when using git?

后端 未结 8 1407
孤独总比滥情好
孤独总比滥情好 2020-11-30 02:47

We are a team of 60+ developers working on the same product and are moving from SVN to Git and GitHub. We have a process in SVN where in individual files are locked and when

8条回答
  •  抹茶落季
    2020-11-30 03:12

    You can use LFS and you could lock individual files, or instead jus add the files to .gitattributes file,

    https://github.com/git-lfs/git-lfs/wiki/File-Locking

提交回复
热议问题