1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 13:02:08 +02:00
tldr/pages.ko/common/git-repl.md
코드싸이 0819a11434
git-*: add and update Korean translation (#14031)
* 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>
2024-10-08 00:22:02 +09:00

510 B

git repl

Git REPL (read-evaluate-print-loop) - 인터랙티브 Git 쉘. git-extras의 일부. 더 많은 정보: https://github.com/tj/git-extras/blob/master/Commands.md#git-repl.

  • 인터랙티브 Git 쉘 시작:

git repl

  • 인터랙티브 Git 쉘에서 Git 명령 실행:

{{git_하위_명령}} {{명령_인수}}

  • 인터랙티브 Git 쉘에서 외부 (Git 이외의) 명령 실행:

!{{명령}} {{명령_인수}}

  • 인터랙티브 Git 쉘 종료 (또는 Ctrl + D 누르기):

exit