From 3f78873eeea904f3a6b5d7fd5444f097ad11cb6a Mon Sep 17 00:00:00 2001 From: "be_loving@163.com" <> Date: Wed, 1 Jan 2025 19:41:00 +0800 Subject: [PATCH] fork --- GIT_FORK.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 GIT_FORK.md 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