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-commits-since.md
Normal file
21
pages.ko/common/git-commits-since.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# git commits-since
|
||||
|
||||
> 특정 시간이나 날짜 이후의 커밋을 표시.
|
||||
> `git-extras`의 일부.
|
||||
> 더 많은 정보: <https://github.com/tj/git-extras/blob/master/Commands.md#git-commits-since>.
|
||||
|
||||
- 어제 이후의 커밋 표시:
|
||||
|
||||
`git commits-since {{어제}}`
|
||||
|
||||
- 지난주 이후의 커밋 표시:
|
||||
|
||||
`git commits-since {{지난주}}`
|
||||
|
||||
- 지난달 이후의 커밋 표시:
|
||||
|
||||
`git commits-since {{지난달}}`
|
||||
|
||||
- 어제 오후 2시 이후의 커밋 표시:
|
||||
|
||||
`git commits-since {{어제 오후 2시}}`
|
Reference in New Issue
Block a user