This commit is contained in:
zhangkun9038@dingtalk.com 2025-05-19 06:44:57 +00:00
parent f9a9e440a2
commit 752cc2c3ca

10
tools/mergeme.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
source_branch=$0
dest_branch=$1
git reset --hard
git checkout $dest_branch
git pull
git checkout $source_branch
git merge $dest_branch