We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45f6e0 commit 600bd21Copy full SHA for 600bd21
.gitattributes
@@ -2,3 +2,4 @@
2
/tests/skeleton-test.sh export-ignore
3
/.travis.yml export-ignore
4
/license.md export-ignore
5
+/bin/checkout.sh export-ignore
bin/checkout.sh
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
+
+dir=${1-instante-app}
+mkdir "$dir"
+git --git-dir "$(dirname "$0")/../.git" --work-tree "$dir" checkout-index -a -f
0 commit comments