
release 브랜치와 관련된 작업이라 protection 설정이 적용되어, conflict resolve 같이 approve를 거치지 않은 코드가 유입되는 것을 막는 것으로 보인다.
-- additional..
protection 설정을 하지 않아도 발생할 수 있다는 글을 봄.
그냥 충돌 나는 코드를 수정해서 develop 브랜치에 머지한 후에 다시 PR을 진행 하는 식으로 해결해야 할 듯.
Managing a branch protection rule - GitHub Docs
Managing a branch protection rule You can create a branch protection rule to enforce certain workflows for one or more branches, such as requiring an approving review or passing status checks for all pull requests merged into the protected branch. People w
docs.github.com
'Git' 카테고리의 다른 글
Git 배포전략 : Git-Flow (0) | 2021.05.20 |
---|

release 브랜치와 관련된 작업이라 protection 설정이 적용되어, conflict resolve 같이 approve를 거치지 않은 코드가 유입되는 것을 막는 것으로 보인다.
-- additional..
protection 설정을 하지 않아도 발생할 수 있다는 글을 봄.
그냥 충돌 나는 코드를 수정해서 develop 브랜치에 머지한 후에 다시 PR을 진행 하는 식으로 해결해야 할 듯.
Managing a branch protection rule - GitHub Docs
Managing a branch protection rule You can create a branch protection rule to enforce certain workflows for one or more branches, such as requiring an approving review or passing status checks for all pull requests merged into the protected branch. People w
docs.github.com
'Git' 카테고리의 다른 글
Git 배포전략 : Git-Flow (0) | 2021.05.20 |
---|