I have a CMS theme installed on my machine. I\'m tracking changes to it via git and decided to back it up on GitHub so I could share those changes.
The theme as prov
I solve my issue using these commands
git checkout [BRANCH] git branch master [BRANCH] -f git checkout master git push origin master -f