v3 - main to cut out

pull/455/head
Xinwei Xiong(cubxxw-openim) 1 year ago
parent 3fbeb622a2
commit 2d41819008

@ -0,0 +1,6 @@
#!/bin/bash
git checkout --orphan temp $1
git commit -m "v3 - main to cut out"
git rebase --onto temp $1 main-test2
git branch -D temp
Loading…
Cancel
Save