summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index 9dfca83..8299c6c 100755
--- a/test.sh
+++ b/test.sh
@@ -21,3 +21,11 @@ git add b.fat
git commit -m'add b.fat'
echo 'revise fat content a' > a.fat
git commit -am'revise a.fat'
+git fat push
+
+cd ..
+git clone fat-test fat-test2
+cd fat-test2
+git fat init
+git fat pull -- 'a.fa*'
+cat a.fat