Explore >> Select a destination


You are here

kewah.com
| | blog.bloomca.me
11.4 parsecs away

Travel
| | The blog of Seva Zaikov
| | andreabergia.com
6.6 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:
| | citizen428.net
8.9 parsecs away

Travel
| | I originally wrote this article for Codementor in October 2014. It should have something for everyone, from fairly new git users to experienced developers. 1. Discard local file modifications Sometimes the best way to get a feel for a problem is diving in and playing around with the code. Unfortunately, the changes made in the process sometimes turn out to be less than optimal, in which case reverting the file to its original state can be the fastest and easiest solution:
| | blog.danskingdom.com
107.7 parsecs away

Travel
| Git is super powerful, but can also be confusing, especially when using the command line interface (CLI). It has so many commands, and I only regularly use a handful of them.