|
|
|
|
|
by yters
1945 days ago
|
|
One of the neatest aspects of git that I never see used is delta debugging, where git automatically finds the code that introduced a bug through binary searching the commit history. This requires many small commits, which is tedious. |
|