git commit frequency

前端 未结 11 1783
后悔当初
后悔当初 2020-11-29 21:06

Since i switched to git from svn i started make more commits every time i recompile and my tests pass i commit my work. In the end i end up committing function by function.<

11条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 21:35

    The more you commit the easier it is to find bugs with git bisect

提交回复
热议问题