Joined June 2014
·
Posted to
Modify your commit messages
over 1 year
ago
Thanks, pretty consice and clear.
Just to clarify your last warning, if any other user pulled your commits before you changed the message, when they try to pull again it'll all fail horribly.
So again: don't use this if somebody has pulled your repo!
Posted to
Keep your git directory clean with `git clean` and `git trash`
over 1 year
ago
Why not go further and use trash
from trash-cli.
Posted to
Find the longest path on your OS
over 1 year
ago
Shouldn't locate .
be locate /
?
Achievements
70 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
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
T-Rex
Have at least one original repo where C is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Generally, you don't want to rebuild anything that's already there unless you have some serious issue with existing alternatives. You'll just put time and effor in a lower quality alternative, and impose on yourself (and sucessors) the burden of maintaining that.