Git Cherry Pick Example [Intermediate Git Tutorial]

Git Cherry Pick Example [Intermediate Git Tutorial]

GitKraken

3 года назад

39,883 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@21agdmnm
@21agdmnm - 11.10.2023 07:22

bad video.. what if you want to cherry pick multiple commits?

Ответить
@TempestaWeb
@TempestaWeb - 06.01.2023 21:21

Thanks for explaining this so clearly!

Ответить
@jack82822005
@jack82822005 - 18.12.2022 07:08

I wonder what the IDE and the plugin are >"<

Ответить
@carlotadias9335
@carlotadias9335 - 12.09.2022 20:32

Thank you !

Ответить
@Ziplock9000
@Ziplock9000 - 09.11.2020 13:35

Please keep doing more of these types of video explaining basic Git concepts within the context of GK.

Ответить
@nunoarruda
@nunoarruda - 23.10.2020 14:41

Now please support cherry-picking multiple or a range of commits 🙂

Ответить
@benstanley9788
@benstanley9788 - 23.10.2020 00:36

It's funny seeing this new video after my recent bug report...
I have found that I use cherry-picking quite heavily to do deep history re-writing on a branch. Essentially I rebuild a new version of the branch, placing changes and fixes more logically together. When I have built up a clean branch, I throw the old one away.
This workflow is only possible before the changes have been pushed up. After pushing the commits, you are stuck with it.
To support this workflow, I would like to be able to select an interval of commits to cherry-pick, instead of having to do each one individually. The group of commits would be "copied" to the new branch and committed immediately (as separate commits). It may also be useful to have the option to squash them together.

Ответить
@page0809
@page0809 - 22.10.2020 22:46

You people are fantastic! I love GitKraken!

Ответить
@AlexanderJSk
@AlexanderJSk - 22.10.2020 21:04

nice

Ответить