We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfddce6 commit af963e2Copy full SHA for af963e2
.husky/pre-commit renamed to .githooks/pre-commit
@@ -1,3 +1,5 @@
1
+#!/bin/sh
2
+
3
git stash -ku
4
5
trap "git stash pop" EXIT
0 commit comments