mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:42:10 +02:00

* 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>
498 B
498 B
git paste
pastebinit
을 사용하여 커밋을 pastebin 사이트에 전송.git-extras
의 일부. 더 많은 정보: https://github.com/tj/git-extras/blob/master/Commands.md#git-paste.
- 현재 브랜치와 업스트림 간의 패치를
pastebinit
을 사용하여 pastebin에 전송:
git paste
git format-patch
에 옵션을 전달하여 다른 커밋 집합을 선택 (@^
는 HEAD의 부모를 선택하여 현재 체크아웃된 커밋을 전송):
git paste {{@^}}