728x90
반응형
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 원격 저장소에서 Pull Request 가져오기 | |
# code from https://blog.outsider.ne.kr/1204 | |
# refs/pull/NUM/head | |
# NUM is pull request(PR) number. | |
# Pull Reqeust 번호가 110이라면 다음과 같이 로컬에 가져올 수 있다. | |
git pull origin pull/110/head:pr-110 |
728x90
반응형
'git svn' 카테고리의 다른 글
git 암호화 git-crypt 사용법 (0) | 2020.08.06 |
---|---|
git branch (브랜치) 를 master (마스터) 로 (강제) 이동 (0) | 2019.07.31 |
Git 브랜치 목록 확인 방법: 간단한 명령어 가이드 (0) | 2019.02.05 |
SVN 저장소를 Git 저장소로 변환 (0) | 2018.08.23 |
git 브랜치 삭제 (delete branch) (0) | 2018.05.25 |