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 2cfdcac commit 5e4f880Copy full SHA for 5e4f880
setup-git-config
@@ -1,3 +1,6 @@
1
#!/bin/sh
2
# Run this file to set up repository's git config for auto-versioning of scripts
3
git config --local include.path '../.gitconfig'
4
+# Run the filters immediately
5
+rm .git/index
6
+git checkout HEAD -- "$(git rev-parse --show-toplevel)"
0 commit comments