this post was submitted on 23 Jun 2026
93 points (93.5% liked)
Programmer Humor
31975 readers
1038 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Work off the master branch first, don't push to prod until you're ready to
Well, prod is luckily the people I have next room. I made the setup so changes get uploaded quickly. I could do branches and all that stuff?
Yeah, but i'd rather not work to work and just get it out the door. What my setup is for is that changes get pulled off the master branch and deployed without an apparent interruption of service.
I see collaboration tools just the same as abstractions, you don't use them just to use them. They need to solve a problem.
...do you not use branches?
It's a collaboration tool and i'm not collaborating with anyone so why'd I bother going through the extra bells and whistles?
VCS's are organizational tools as much as they are collaboration tools. You should learn it and use it to improve your coding abilities through better management.