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:
@@ -9,7 +9,7 @@
|
||||
|
||||
- 깃에 의해 추적되지 않는 파일들 인터액티브 하게 지우기:
|
||||
|
||||
`git clean -i`
|
||||
`git clean {{-i|--interactive}}`
|
||||
|
||||
- 어떤 파일들이 제거될 것인지 실제로 지우지 않고 보여주기:
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
|
||||
- 깃에 의해 추적되지 않는 파일들 강제적으로 지우기:
|
||||
|
||||
`git clean -f`
|
||||
`git clean {{-f|--force}}`
|
||||
|
||||
- 깃에 의해 추적되지 않는 디렉토리를 강제적으로 지우기:
|
||||
- 추적되지 않은 [d]irectory 강제로 삭제:
|
||||
|
||||
`git clean -fd`
|
||||
`git clean {{-f|--force}} -d`
|
||||
|
||||
- 추적되지 않는 파일들, `.gitignore` 와 `.git/info/exclude` 안에 있는 무시된 파일들을 포함하여 지우기:
|
||||
|
||||
|
Reference in New Issue
Block a user