You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have locked the mater branch. i.e. It will need me to merge into it. That doesn't stop you pulling from the master, making a branch and pushing the branch, nor does it stop you forking it off. But you can't directly push to the master. You can make a pull request if you want to. It just stops you pushing to the master directly.
The reason for this is sanity -- it stops me and other from accidentally deleting/breaking something that other are referenced against and causing problem -- and in this case done purely by accident.
Any problems just let me know and I will figure it out.
If anyone want to make a locked branch for them alone -- I have no problem, just go ahead -- we can all see it, but we can't touch it so you have certainty that it will be unchanged when you return to it. If we want to use a bit of it, we just make a sub-branch.
Stuart.
The text was updated successfully, but these errors were encountered:
Dear All,
I have locked the mater branch. i.e. It will need me to merge into it. That doesn't stop you pulling from the master, making a branch and pushing the branch, nor does it stop you forking it off. But you can't directly push to the master. You can make a pull request if you want to. It just stops you pushing to the master directly.
The reason for this is sanity -- it stops me and other from accidentally deleting/breaking something that other are referenced against and causing problem -- and in this case done purely by accident.
Any problems just let me know and I will figure it out.
If anyone want to make a locked branch for them alone -- I have no problem, just go ahead -- we can all see it, but we can't touch it so you have certainty that it will be unchanged when you return to it. If we want to use a bit of it, we just make a sub-branch.
The text was updated successfully, but these errors were encountered: