Hi , I am new to Bitbucket and Git and hence want to confirm here. I have created a repository and users in bitbucket web interface. Then , I cloned the repo into local repo using git commands and have pushed files using git commands from my local repo.
( git clone , git status , git add , git commit)
I want more users ( already created) to be able to do the same that I am doing with their files and add it to the master.
Question : Can they ( e.g. 6 users) clone the exisiting repo , and then use git commands to push files or will there be a conflict? The files they push to the master will be unique to the repository. ( meaning no 2 users will push same files).
Thx