I created another branch as a backup and I give merge
to it, suppose I am in branch daniela3
:
git merge origin/develop
Only my branch daniela3
will be affected or origin/develop
too? I mean, I'll be joining what you have in origin/develop
- > daniela3
and origin/develop
remains without my changes OR are both updated?