Skip to content

Commit 600bd21

Browse files
committed
added script to test-checkout the skeleton repo
1 parent e45f6e0 commit 600bd21

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/tests/skeleton-test.sh export-ignore
33
/.travis.yml export-ignore
44
/license.md export-ignore
5+
/bin/checkout.sh export-ignore

bin/checkout.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
dir=${1-instante-app}
4+
mkdir "$dir"
5+
git --git-dir "$(dirname "$0")/../.git" --work-tree "$dir" checkout-index -a -f

0 commit comments

Comments
 (0)