You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tips.json
+5-1
Original file line number
Diff line number
Diff line change
@@ -317,4 +317,8 @@
317
317
}, {
318
318
"title": "Find guilty with binary search",
319
319
"tip": "git bisect start # Search start \ngit bisect bad # Set point to bad commit \ngit bisect good v2.6.13-rc2 # Set point to good commit|tag \ngit bisect bad # Say current state is bad \ngit bisect good # Say current state is good \ngit bisect reset # Finish search \n"
320
-
}]
320
+
},
321
+
{
322
+
"title": "Bypass pre-commit and commit-msg githooks",
0 commit comments