Explore >> Select a destination


You are here

www.integralist.co.uk
| | andreabergia.com
1.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 .
| | blog.bloomca.me
1.8 parsecs away

Travel
| | The blog of Seva Zaikov
| | blog.dnsimple.com
2.6 parsecs away

Travel
| | A retrospective of the last two years where we adopted --squash as our default merge strategy for git branches.
| | jonsuh.com
19.1 parsecs away

Travel
| A lot of my time is spent in Terminal and a majority of it is spent typing Git commands. I created a set of keyboard shortcuts with Bash aliases and functions to speed up my workflow and save me hundreds of keystrokes every day.