Joined June 2014
·
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
Raven
Have at least one original repo where some form of shell script is the dominant language
Epidexipteryx 3
Have at least three original repo where C++ is the dominant language
Epidexipteryx
Have at least one original repo where C++ is the dominant language
Using the commit title is recommended. The reason is interesting and subtle. I have had reason to do multiple passes using git rebase --interactive --autosquash. Sometimes, it is necessary to avoid to many conflicts if you can rebase in multiple passes. Using the title allows the commit number to change without loosing the reference to the commit.