mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 17:02:09 +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>
21 lines
510 B
Markdown
21 lines
510 B
Markdown
# 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`
|