/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

initialcommit.com
| | adam.younglogic.com
1.1 parsecs away

Travel
| |
| | kennyballou.com
1.7 parsecs away

Travel
| | Resurrect Lost History from the Information Manager from Hell
| | www.jtolio.com
1.6 parsecs away

Travel
| | [AI summary] The article introduces a lightweight local Docker container solution called git-hostd for temporary code collaboration without setting up a public repository.
| | andreabergia.com
8.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 .