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: gitkraken-client/commits.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,10 @@ The commit panel will then show the co-author in the history for that commit:
51
51
52
52
There may be times when you want to skip your Git hooks when making a commit. This can be done on a commit-by-commit basis by selecting the `Commit and skip hooks` option.
53
53
54
+
<divclass='callout callout--warning'>
55
+
<p>Note 📝 - Using this option will bypass all hooks that trigger with git commit action.</p>
56
+
</div>
57
+
54
58
<imgsrc='/wp-content/uploads/bypass-git-hooks.png'class='img-responsive center img-bordered' />
Copy file name to clipboardExpand all lines: gitkraken-client/githooks.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,4 +247,8 @@ fi
247
247
248
248
There may be times when you want to skip your Git hooks when making a commit. This can be done on a commit-by-commit basis by selecting the `Commit and skip hooks` option.
249
249
250
+
<divclass='callout callout--warning'>
251
+
<p>Note 📝 - Using this option will bypass all hooks that trigger with git commit action.</p>
252
+
</div>
253
+
250
254
<imgsrc='/wp-content/uploads/bypass-git-hooks.png'class='img-responsive center img-bordered' />
0 commit comments