We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58dc83a commit 7dbb7ecCopy full SHA for 7dbb7ec
bin/splitsh-lite-m1
8 MB
bin/subtree-split
@@ -10,7 +10,7 @@ function split()
10
# split_new_repo $1 $2
11
12
13
- SHA1=`./bin/splitsh-lite --prefix=$1`
+ SHA1=`./bin/splitsh-lite-m1 --prefix=$1`
14
git push $2 "$SHA1:refs/heads/$CURRENT_BRANCH"
15
}
16
@@ -32,7 +32,7 @@ function split_new_repo()
32
git push origin master;
33
);
34
35
36
git fetch $2
37
git push $2 "$SHA1:$CURRENT_BRANCH" -f
38
0 commit comments