Source From Here
Step 1: Add the remote (original repo that you forked) and call it “upstream”
Step 2: Fetch all branches of remote upstream
Step 3: Rewrite your master with upstream’s master using git rebase.
Step 4: Push your updates to master. You may need to force the push with “--force”.
Step 2: Fetch all branches of remote upstream
Step 3: Rewrite your master with upstream’s master using git rebase.
Step 4: Push your updates to master. You may need to force the push with “--force”.
沒有留言:
張貼留言