mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-04 13:09:02 +08:00
7 lines
126 B
Bash
Executable File
7 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git remote add upstream git@github.com:EdurtIO/datacap.git
|
|
git remote -v
|
|
git fetch upstream
|
|
git merge upstream/dev
|