Github的branch權限-設定protected branch
當有很多人在同個github repository上面工作的時候,我們必須對不能隨意刪除的branch賦予protected branch,protected branch 特色是不能被刪除以及不能被強制更新,以下是如何設定protected branch。
protected branch可避免有人一時糊塗把branch給刪除了而釀成大錯,也可以防止有人強制回朔commit。
何設定Protected Branch
1. 進入到Repository的主頁面,按下Setting
2. 按下左邊選單的Branches
3.按下 Add rule按鈕,進入下個頁面
4.在Apply rule to 欄位裡面輸入想要賦予rule的branch,然後按下create按鈕。
5.看到 “Applies to 1 branch" 就表示完成了。
6. 接下來我們測試是否能透過git指令刪除剛剛賦予rule的branch
error log 很明確地告訴我們,Cannot delete a protected branch。
7. 在github平台上也不能刪除,設定成功!
protected branch可避免有人一時糊塗把branch給刪除了而釀成大錯,也可以防止有人強制回朔commit。
想看更多相關文章嗎?請務必訂閱我們的電子報,以及追蹤我們的臉書粉絲團,才能收到第一手的最新資訊喔!
我要留言