> Only wimps use version control: real men just merge patches from their email inbox, upload release tarballs on ftp, and let the rest of the world mirror it ;)
Meanwhile, other people trust git so much that they treat it more as a tool for doing an incremental back-up than as a distributed VCS (git commit -a -m x && git push).
I must admit I have occasionally used git as a tool for transferring files (https://xkcd.com/949/).
bombcar|2 years ago
I know people who still make zip/tarball copies of source trees because they don’t trust git, etc.
Karellen|2 years ago
-- Linus Torvalds
(not really, but almost)
bloak|2 years ago
I must admit I have occasionally used git as a tool for transferring files (https://xkcd.com/949/).
Joker_vD|2 years ago