fileboy/mergeUpstream.sh

8 lines
167 B
Bash
Raw Permalink Normal View History

2019-12-09 08:47:40 +00:00
#!/bin/bash
# 合并上游-fork来源
git remote add upstream https://github.com/dengsgo/fileboy.git
git fetch upstream
git checkout master
2019-12-09 09:40:25 +00:00
git merge upstream/master