So I am currently working on a project with another developer having up this point always developed on my own and never used any form of version control.
In order to understand if Git is the tool we really need, I'd like to know if there is a way to see what file they are working on without asking them every time so we don't end up writing over each others code. Is that possible or is there another tool for that?
Basically, what is the best flow for me to work with another developer on the same project?