Joined March 2013
·
Achievements
49 Karma
0 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
I use SCM Breeze and find it absolutely indispensable. It adds all of the above aliases as well as very useful colorizing of the git output, a beautiful pretty-printed git log, and best of all clever numbered shortcuts to files allowing you to replace
git add long/path/to/file/somewhere.something
withga 1
(the numbers are displayed when you do eg.git status
orls
)I really, really love it. The only drawback is that I miss it a lot when it is not available (eg. when logged into a server I don't own).