I'm not used to git and I'm starting to learn it but I got stuck in pushing the changes into one branch 'Master'.
In github I see that I have 2 branches: Main and Master, after making my changes and afterward I ran the following commands: -git add . -git commit -m 'Commit-text' -git push origin master
And everything is fine since on github I can see the changes but only in the branch 'Master' while the branch 'Main' doesn't result changed. How can I solve this issue?