Explore >> Select a destination


You are here

jiby.tech
| | jamesmead.org
12.9 parsecs away

Travel
| | Using conditional includes in your git configuration
| | fnordig.de
12.3 parsecs away

Travel
| | Personal website of Jan-Erik Rediger
| | wizardzines.com
8.1 parsecs away

Travel
| | [AI summary] A preview of a programming comic by Julia Evans explains how to use various git diff commands to view staged, unstaged, and combined changes between files.
| | andreabergia.com
13.5 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. Lets walk through an example. Lets write some history Lets start by creating an empty project in a new directory: $ git init .