Imaging you have made a branch from main and you add some features. The same time, your coworker has made a branch too and is working on it. If he merges his work to the master branch, how can you also merge yours to the master without deleting his code?
I apologize if its a simple question but Im kind of new to this world :)