PR(pull request)

똘이주인·2021년 8월 9일
0

Pull Request란? (이하 PR : 피알)

Pull requests let you tell others about changes you've pushed to a branch in a repository on GitHub.

풀리퀘스트는 당신이 변경한 내용에 대해서 다른 사람들(동료)에게 말해준다. 출처 : github.com

"Eli Bart!!! 제가 commit 을 했어요. master에 Marge해도 될까요?" 라고 알리는 활동 = Pull Request(PR)

개요

pull request를 위해서 아래와 같은 절차를 거치려고 한다.

  • Repo 내려받기

    1. 자신이 원하는 위치로 이동한다.(Github/orderplus 라는 폴더를 만듦)

    2. git clone으로 해당 레포지토리를 내려받는다.

      git clone https://hajnii@bitbucket.org/xbarx/ohpl_android.git
  • 서버에 커밋

    1. 나의 브랜치를 만든다. → FeatureEasterEgg
    2. 나의 글을 맞는 폴더 위치에 만든다.
    3. 작성이 완료되면 add, commit을 한다.
    4. 서버에 push

0개의 댓글