How to merge envs properly? Getting my team-provider.json overwritten. #13917
Labels
pending-response
Issue is pending response from the issue author
pending-triage
Issue is pending triage
question
General question
Amplify CLI Version
12.12.6
Question
Hello, I've been making changes in git branch develop and amplify env develop. I've pushed them both
Now, to merge these changes to the superior branch and env (staging), I've followed these instructions: here
So, I did git checkout staging, git pull, amplify pull staging. However, when i run 'git merge develop', my team-provider.json gets overriden (the only env appearing is the develop one, the staging is completely empited).
I'm wondering what i am doing wrong and what are the correct procedures to succesfully merge my develop env in the staigng one.
The text was updated successfully, but these errors were encountered: