/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

petelevasseur.com
| | www.simpleprimate.com
1.2 parsecs away

Travel
| | The other day I found myself having serious trouble publishing a new post to my blog. I was able to solve the problem through the use of Git rebase and I thought I would share my experience in case somebody else happens to go through the same thing.
| | mikulskibartosz.name
3.2 parsecs away

Travel
| | How to use git fixup to clean up your commit history
| | mtyurt.net
3.0 parsecs away

Travel
| | 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.
| | andreabergia.com
4.3 parsecs away

Travel
| 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: