Explore >> Select a destination


You are here

www.vogella.de
| | www.augmentedmind.de
10.4 parsecs away

Travel
| | This Git guide teaches the most important advanced Git concepts to software developers with basic Git knowledge, e.g. resetting or rebasing.
| | www.mgasch.com
10.7 parsecs away

Travel
| | Ever wanted to contribute to an open source project but quickly got overwhelmed with git terminology? I'm glad you asked...
| | blog.ltgt.net
9.2 parsecs away

Travel
| |
| | andreabergia.com
126.2 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 .