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
-
mr-user13523yYes. You could branch the source code , you could see history , do time travel and stuff.
-
sariel85343yHammers are supposed to make building things easier, but you wouldn't have much luck using a sledgehammer building a Swiss watch.
That's not the fault of the hammer or who built it, it's the person swinging away at those tiny cogs bitching about how shitty hammers are. -
Git is one of the greatest (if not the greatest) tools I ever used. Even if you fuck up, it usually let’s you unfuck it. I’ve seen very very few cases where someone fucked up with git to an un-unfuckable extend. And if so, usually it included force commands and a person that had no clue what he’s doing.
-
mr-user13523y@bedawang
I am using Azure right now. How to unfuck thing with it?
Is it just me or is testing just non-existence in Azure? -
mr-user13523y@bedawang
Put everything in different resource group.
1) Write down every thing you want to test in a list.
2) Test it in that resource group
3) Migrate everything to production resource group
4) Nuke the testing resource group
5) Hope it work in production!!
I been thinking of trying out terraform tool. Maybe infrastructure as a code will help in nuking thing faster.
Related Rants
Isn't git supposed to ease your life?
rant
git
gitlab