Explore >> Select a destination


You are here

betterdev.blog
| | gist.github.com
1.1 parsecs away

Travel
| | Some useful Git aliases that I use every day. GitHub Gist: instantly share code, notes, and snippets.
| | petrapixel.neocities.org
2.9 parsecs away

Travel
| | A simple Git and GitHub tutorial for beginner coders. Especially for Neocities.
| | antonz.org
1.9 parsecs away

Travel
| | Interactive introduction to Git with real-world use cases.
| | andreabergia.com
10.4 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 .