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>
This commit is contained in:
21
pages.ko/common/git-repl.md
Normal file
21
pages.ko/common/git-repl.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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`
|
Reference in New Issue
Block a user