/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

andrew.yurisich.com
| | blog.bloomca.me
1.1 parsecs away

Travel
| | The blog of Seva Zaikov
| | blog.kdgregory.com
1.2 parsecs away

Travel
| | I like to provide a nice, clean history in my pull requests. Reviewers should be able to follow each commit, and see how the functional...
| | andreabergia.com
1.2 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:
| | initialcommit.com
7.0 parsecs away

Travel
| In this article, we'll cover some of the most common Git commands used to rewrite history.