mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-04-18 02:09:45 +08:00
synchronize the original author code script
This commit is contained in:
parent
bc824fe956
commit
a779d311df
16
sync.sh
Executable file
16
sync.sh
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# 同步更新原作者代码到自己仓库
|
||||||
|
# git remote add upstream https://github.com/KaiserY/trpl-zh-cn.git
|
||||||
|
git checkout master
|
||||||
|
git fetch upstream
|
||||||
|
git merge upstream/master master
|
||||||
|
git pull origin master
|
||||||
|
git push
|
||||||
|
|
||||||
|
|
||||||
|
git checkout turing
|
||||||
|
git fetch upstream
|
||||||
|
git merge upstream/master turing
|
||||||
|
git pull origin turing
|
||||||
|
git push
|
Loading…
Reference in New Issue
Block a user