I’m having one problem with a project I will start working with a team, this is my very first time I am working with other people so I’m unsure how to do it properly.
The problem is that we have two folders in our project, one for backend and other for frontend that I will be working on, but for example, when I push my work to github, it will change the commits that were made in the backend to the same ones that I made on frontend. I use git pull to update entire project that changes were made, but when I push, instead of only adding commits to the frontend, the same commits are forwarded to backend even though I didn’t touch in any of it.
I haven’t found a solution for this yet, if someone could please help me.