diff --git a/GIT_FORK.md b/GIT_FORK.md new file mode 100644 index 000000000..bee221589 --- /dev/null +++ b/GIT_FORK.md @@ -0,0 +1,23 @@ + +# GIT FORK + +```bash +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