- When I started to code I had two branches Main and PopUp.
- I was working in the PopUp branch but I had to stop because I need to work in another feature.
- In order to work in this new feature I create another branch called Form.
- I finished the work in Form branch and I also merged in to the main branch, after that I delete this branch.
- Now I am continuing working in the PopUp branch but I cannot see the changes that was implemented by the Form branch.
- When I move to the main branch I can see the changes implemented by the Form branch.
- But when i move again to the PopUp branch I cannot see this changes.
Could you please help me in order to see this changes from the PopUp branch but I dont want to lose the work that I have in the Pop Up branch.
The changes made in the form branch are totally separate (another section in HTML, here I also create a separate JS file and also a separate CSS file ) that the work that I am doing in the popUp branch but I would like to see the changes.
Thanks Happy coding ;)
When I move to the PopUp branch and check it with git status told me that is uptodate. I use terminal to interact with github.