mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
0819a11434
* 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>
458 B
458 B
git replace
객체를 대체하기 위한 참조를 생성, 목록화 및 삭제. 더 많은 정보: https://git-scm.com/docs/git-replace.
- 특정 커밋을 다른 커밋으로 대체하고, 다른 커밋은 변경하지 않음:
git replace {{객체}} {{대체_객체}}
- 주어진 객체에 대한 기존 대체 참조 삭제:
git replace --delete {{객체}}
- 객체의 내용을 대화형으로 편집:
git replace --edit {{객체}}