Joined January 2012
·
Achievements
123 Karma
6,644 Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Python 3
Have at least three original repos where Python is the dominant language
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Mongoose
Have at least one original repo where Ruby is the dominant language
Kona
Have at least one original repo where CoffeeScript is the dominant language
No,
git commit -a
won't do it. That adds all modified files, but it won't add new files or remove deleted ones.git add .
won't do it either—it adds modified and new files, but won't remove old ones.