Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
Mountain_Skies
11mo ago
0 comments
Share
Versioning in source control for even personal projects just got far more important.
0 comments
default
newest
oldest
AdrianEGraphene
11mo ago
It's wild how people write without version control... Maybe I'm missing something.
chrisweekly
11mo ago
yeah, "git init" (if you haven't botherered to create a template repo) is not exactly cumbersome.
o11c
11mo ago
Thankfully modern source control doesn't reuse user-supplied filenames for its internals. In the dark ages, I destroyed more than one checkout using commands of the form:
find -name '*somepattern*' -exec clobbering command ...
j
/
k
navigate · click thread line to collapse