Skip to content

Commit c35e6a0

Browse files
committed
Added callout box to address feedback about hooks
1 parent d8859d6 commit c35e6a0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

gitkraken-client/commits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ The commit panel will then show the co-author in the history for that commit:
5151

5252
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.
5353

54+
<div class='callout callout--warning'>
55+
<p>Note 📝 - Using this option will bypass all hooks that trigger with git commit action.</p>
56+
</div>
57+
5458
<img src='/wp-content/uploads/bypass-git-hooks.png' class='img-responsive center img-bordered' />
5559

5660
***

gitkraken-client/githooks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,8 @@ fi
247247

248248
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.
249249

250+
<div class='callout callout--warning'>
251+
<p>Note 📝 - Using this option will bypass all hooks that trigger with git commit action.</p>
252+
</div>
253+
250254
<img src='/wp-content/uploads/bypass-git-hooks.png' class='img-responsive center img-bordered' />

0 commit comments

Comments
 (0)