superset/GIT_FORK.md

577 B

GIT FORK

git clone https://github.com/futuremeng/superset.git


git remote add upstream https://github.com/apache/superset.git

git remote -v

git fetch upstream

git merge upstream/master

git push origin master