|
|
|
|
|
by AnIdiotOnTheNet
2660 days ago
|
|
I disagree. Compressed backups of the source and a changelog are very simple, straightforward, and effective on this scale. Too many people in this industry fetishize complexity and end up over-complicating even the smallest things, which might be why they get on the internet and criticize someone like Tarn for not doing so instead of actually creating something worthwhile. |
|
-- git add .
-- git commit -m "I did something"
-- git push
How???