mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
0819a11434
* git-a*: add and update Korean translation * git-b*: add and update Korean translation * git-*: add and update Korean translation * Update git-standup.md --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
551 B
551 B
git request-pull
업스트림 프로젝트에 변경 사항을 병합해 달라고 요청하는 요청서를 생성. 더 많은 정보: https://git-scm.com/docs/git-request-pull.
- v1.1 릴리스와 지정된 브랜치 간의 변경 사항을 요약한 요청서 생성:
git request-pull {{v1.1}} {{https://example.com/project}} {{브랜치_이름}}
foo
브랜치의 v0.1 릴리스와 로컬bar
브랜치 간의 변경 사항을 요약한 요청서 생성:
git request-pull {{v0.1}} {{https://example.com/project}} {{foo:bar}}