Joined November 2013
·
Achievements
30 Karma
0 Total ProTip Views
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
More generically, if you need to re-run the next-to-last command, you can use '!-2', or the Nth previous command with '!-N'. Or, if you review your command history ('history | tail -20'), and see that you need to re-run the 134th command in your history, '!134'.