-
Notifications
You must be signed in to change notification settings - Fork 6
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:
If your main
branch is behind that of your fork, Github will let you know!
Go ahead an click - sync branch
- 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
- Resolve any conflicts, commit and push. If there are no conflicts, then you'll only need to pus
You can follow instructions to deploy to QA and Production channels as done in this article