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

17 lines
625 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
> Виявляє коміти, які ще не були застосовані до першоджерела.
> Більше інформації: <https://git-scm.com/docs/git-cherry>.
- Показує коміти (та їхні повідомлення) із відповідними комітами першоджерела:
`git cherry {{-v|--verbose}}`
- Визначає інші першоджерело та тематичну гілку:
`git cherry {{origin}} {{topic}}`
- Обмежує коміти до тих, що у наданих межах:
`git cherry {{origin}} {{topic}} {{base}}`