Skip to content

Syncing your fork and redeploy to Firebase

Maria Isabel Restrepo edited this page Oct 26, 2022 · 1 revision

If you have a fork that you have initially configured to deploy to your own firebase, but need to bring some changes from the initial repository, then you can proceed as follows:

1. Sync main branch

If your main branch is behind that of your fork, Github will let you know!

image

Go ahead an click - sync branch

image

2. Pull updated main to your local repo

  • Go to your local repository, (assuming you've checked it out before , if not then just clone it)
  • Make sure you checkout the main branch
  • Pull new changes
  • Switch to your labs branch
  • Merge main into your branch. If you are using GitHub Desktop got to Branch -> Merge into. Select Main. At the bottom it should say what branch you are merging from and into

image

  • Resolve any conflicts, commit and push. If there are no conflicts, then you'll only need to pus

3. Re-deploy

You can follow instructions to deploy to QA and Production channels as done in this article