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 내려받기
자신이 원하는 위치로 이동한다.(Github/orderplus 라는 폴더를 만듦)
git clone으로 해당 레포지토리를 내려받는다.
git clone https://hajnii@bitbucket.org/xbarx/ohpl_android.git
서버에 커밋