/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

timmousk.com
| | omarelhawary.me
4.8 parsecs away

Travel
| | How a one-line command will help you improve your CLI workflow
| | initialcommit.com
3.7 parsecs away

Travel
| | Want to shelve a feature and work on something else? Learn how to use Git Stash to save changes for later.
| | danielrotter.at
3.4 parsecs away

Travel
| | Neovim comes with a very powerful command system, which can even be combined with existing shell commands!
| | andreabergia.com
14.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. Lets walk through an example. Lets write some history Lets start by creating an empty project in a new directory: $ git init .