|
You are here |
aaronbos.dev | ||
| | | | |
mtyurt.net
|
|
| | | | | In this blogpost, I will explain how to keep git history clean with advanced rebase features. You can watch my video explaining these concepts with demo. | |
| | | | |
petelevasseur.com
|
|
| | | | | Pete LeVasseur's Blog - Engineering, Rust, Automotive, and more | |
| | | | |
blog.bloomca.me
|
|
| | | | | The blog of Seva Zaikov | |
| | | | |
andreabergia.com
|
|
| | | Git has an excellent tool designed to help you reorder the commit history: interactive rebase. This can be excellent if you want to keep the history clean, so that it helps other programmers understand the logic behind the changes rather than the actual sequence of commits. Let's walk through an example. Let's write some history Link to heading Let's start by creating an empty project in a new directory: | ||