mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-14 09:20:49 +08:00
7 lines
140 B
Bash
7 lines
140 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
git remote add upstream git@github.com:EdurtIO/incubator-datacap.git
|
||
|
git remote -v
|
||
|
git fetch upstream
|
||
|
git merge upstream/develop
|