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

21 lines
423 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 merge
> Dalları birleştir.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-merge>.
- Mevcut dal ile belirtilen dalı birleştir:
`git merge {{dal_ismi}}`
- Birleştirme mesajını düzenle:
`git merge -e {{dal_ismi}}`
- Bir dalı birleştir ve birleştirme commit'i oluştur:
`git merge --no-ff {{dal_ismi}}`
- Karışıklık durumlarına karşı birleştirme işlemini durdur:
`git merge --abort`