Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@electrineer He doesnt want to learn it because too much "automation" - I dont get it too...
-
tokumei21316yMy research advisor refuses to create an org on GitHub for our multiple repos, they're all on his account like every other project in the lab. Makes no sense but he says he feels like hes more in control of them that way
-
Way back in the dark ages, DEC computers were prevalent in a lot of corporations. We had version control sw, but the OS on their popular Vax systems always incremented a counter on file edits.
"main.py" would really be main.py;1 and editing would create main.py;2 and retain the old ;1 version
So many otherwise smart guys relied on that heavily for version control. Moving to Unix was a huge ordeal and many balked for years because they couldn't wrap their heads around the git-like cms available
Technology marches on, but people are still the problem
Guy who thinks git is too much automation:
Files on master:
main.py
main_<other guy>_code.py
main_old_code.py
Also says: Don't push now because I am working on some files and git is not capable of dealing with changes to files within the same time.
WHY?!
rant