Cherry Picking Git Commits To A Different Branch

Поділитися
Вставка
  • Опубліковано 12 чер 2024
  • 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:
    Website: jb.gg/website
    Blog: jb.gg/blog
    Twitter: / intellijidea
    Facebook: / intellijidea
    Download IntelliJ IDEA: jb.gg/download-intellij-idea
    Top 15 IntelliJ IDEA shortcuts: jb.gg/Top15IntelliJIDEAShortcuts
    #jetbrains #git #cherrypicking #intellij

КОМЕНТАРІ • 4

  • @cdhagen
    @cdhagen 16 днів тому +4

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

  • @MarkGla55
    @MarkGla55 15 днів тому

    Thank you. Clear concise explanation

  • @benjaminfraeyman
    @benjaminfraeyman 15 днів тому +2

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

    • @maritvandijk
      @maritvandijk 4 дні тому

      There's a video on Git interactive rebase too