Skip to content

Commit 7dbb7ec

Browse files
committed
split on mac m1
1 parent 58dc83a commit 7dbb7ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/splitsh-lite-m1

8 MB
Binary file not shown.

bin/subtree-split

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function split()
1010
# split_new_repo $1 $2
1111

1212

13-
SHA1=`./bin/splitsh-lite --prefix=$1`
13+
SHA1=`./bin/splitsh-lite-m1 --prefix=$1`
1414
git push $2 "$SHA1:refs/heads/$CURRENT_BRANCH"
1515
}
1616

@@ -32,7 +32,7 @@ function split_new_repo()
3232
git push origin master;
3333
);
3434

35-
SHA1=`./bin/splitsh-lite --prefix=$1`
35+
SHA1=`./bin/splitsh-lite-m1 --prefix=$1`
3636
git fetch $2
3737
git push $2 "$SHA1:$CURRENT_BRANCH" -f
3838
}

0 commit comments

Comments
 (0)