I am new to git and i have ran into an issue. I created a feature branch from the master branch and did some commits, even pushed them.
After I realized I was supposed to create my feature branch from another branch which is created from the master. Any suggestions, if there is any workaround here or do I just need to create the new branch as I was supposed to and write all the code again.
Thanks.