Skip to content

Instantly share code, notes, and snippets.

View denisvmedia's full-sized avatar
🚀
Flying to Mars

Denis Voytyuk denisvmedia

🚀
Flying to Mars
View GitHub Profile
@naumvd95
naumvd95 / rebase_pr_chain.md
Last active April 14, 2022 10:21
How to rebase a long chain of Pull Requests conditionally
  1. Imagine you have N Pull Requests. Each Pull Request created from the separate branch and each of them rebased on top of the previous one. Overall it will looks like:

    vladislav.naumov@jarvis:~$ git branch | grep vnaumov
    
    key/vnaumov/some-important-feature-7

keu/vnaumov/some-important-feature-6