numpy-newsletter icon indicating copy to clipboard operation
numpy-newsletter copied to clipboard

Article about git rebase

Open InessaPawson opened this issue 3 years ago • 2 comments

Task Write an in-depth overview of the git rebase command (e.g., configuration, execution, common uses, pitfalls, etc) using numpy/numpy as a case study.

InessaPawson avatar Jun 04 '22 21:06 InessaPawson

I am interested in writing a document on Git Rebase. I first need to know if there is an example of document somewhere I can use as reference.

JulesKouatchou avatar Aug 21 '23 12:08 JulesKouatchou

I wrote a page on rebase that I still go back to from time to time: https://matthew-brett.github.io/pydagogue/rebase_without_tears.html

matthew-brett avatar Aug 22 '23 08:08 matthew-brett