May anyone tell me about configuration to prevent pushing directly to remote from others.
I have scenario as below:
Local folder:
C:\workplace - where I create run: git init git remote -v remote [remoteURL]
I have remote branch as bellow:
remote/development -- every one also can do a lot actions in the branch. It's so bad.
My local branch:
development
How can I make /remote/development protected?