I wanted to create a new branch ('branch1') from main branch, and i got this as a result:
both of the branches now have same code (033d3ba0) which is not what i wanted. I wanted to create branch1 that has the parent main. I would like to delete branch1 now, but i want to be sure that deleting branch1 will not affect main.
So my question is: will deleting branch 1 affect main branch?
