Cherry Picking Git Commits To A Different Branch

preview_player
Показать описание
If you accidentally committed your code to the wrong branch, you don't have to redo the work. IntelliJ IDEA offers a low-stress solution by allowing you to move your commit to a different branch using Git's cherry-pick option.

Join us:

#jetbrains #git #cherrypicking #intellij
Рекомендации по теме
Комментарии
Автор

IntelliJ's well-designed UI makes it so much nicer to work with a complex tool like Git. Favorite IDE ❣

cdhagen
Автор

Would love some more exotic usecases.
Like cleaning up past mistakes for example 😅

benjaminfraeyman
Автор

What would help with this videos is also to show key presses on the video, there's plugins for that right?

void_star_void