having everyone merge directly into the master branch is very dangerous. You have to create a branch to handle all the merge and pull request that will be coming in.
see how clustered the master branch is with scripts that are suppose to be inside the scripts folder. and remember all this scripts are from different sources they could cause serious bugs along the line.
having everyone merge directly into the master branch is very dangerous. You have to create a branch to handle all the merge and pull request that will be coming in.