I have a question about using them, so i don't know how can i explain the question but i'll use a scenario so you can understand me.
I started a repository and my partner told me we have to use branches so we can work without any problem(replacing any code using git add --all) and we will working with a base "copy" of the project.
So if he adds for example a folder with php files, he must do it in the master branch? or i can access to his branch and get those files?
Thank you