tldr/pages.tr/common/git-replace.md

17 lines
483 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# git replace
> Nesnelerin yerini değiştirmek için referans oluştur, sırala ve sil.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-replace>.
- Öbür commit'lere dokunmadan bir commit'in başka bir commit ile yerini değiştir:
`git replace {{nesne}} {{yer_değiştirme}}`
- Belirtilen nesnede varolan yer değiştirme referanslarını sil:
`git replace --delete {{nesne}}`
- Bir nesnenin içeriğini etkileşimli olarak düzenle:
`git replace --edit {{nesne}}`