Files
tldr/pages.tr/common/git-cherry.md

17 lines
417 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# git cherry
> Ana depoya aktarılması gereken commit'leri bul.
> Daha fazla bilgi: <https://git-scm.com/docs/git-cherry>.
- Commit'leri (ve mesajlarını) ana akımda kendilerine tekabül eden commit'ler ile göster:
`git cherry -v`
- Farklı bir ana akım ve konu dalı belirt:
`git cherry {{origin}} {{topic}}`
- Commit'leri verilen sınırlamalar ile sınırla:
`git cherry {{origin}} {{topic}} {{base}}`