datacap/configure/git-forks/fetch-upstream.sh

7 lines
130 B
Bash
Raw Normal View History

2022-10-18 22:39:24 +08:00
#!/bin/sh
2023-02-03 11:19:53 +08:00
git remote add upstream git@github.com:EdurtIO/datacap.git
2022-10-18 22:39:24 +08:00
git remote -v
git fetch upstream
git merge upstream/develop