tldr/pages.tr/common/git-update-ref.md

13 lines
356 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 update-ref
> Git referanslarını yaratmak, güncellemek ve silmeye yarayan bir Git komutu.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-update-ref>.
- Bir referansı sil (ilk commit'i hafifçe sıfırlamaya yarar):
`git update-ref -d {{HEAD}}`
- Referansı bir mesaj ile güncelle:
`git update-ref -m {{mesaj}} {{HEAD}} {{4e95e05}}`