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
-
C0D4681466yOnly time I’ve had to delete and reclone was when Git became corrupted and couldn’t track changes.
Gits not that complicated... -
@C0D4 same here I once fucked up something and git stopped working for my project, that's when I had to reclone
-
C0D4681466y@gitpush I know right. I’m no “pro” of Git but I really don’t understand people’s problems with it sometimes.
Oh, I think I’m having a merge conflict with your avatar. -
@C0D4 hahaha lets keep our avatar branches separate
As for git the only headache I used to get was with merging conflicts, but IDE/VS Code have advanced tools now and no more headaches -
C0D4681466y@gitpush i do enjoy vsCode’s conflict resolution. Click accept and save and away you go 😎
-
piehole8106yTeam of geniuses for using a tool in the way it was written, huh? The bar seems kinda low where you live.
-
@piehole ever heard of the word sarcasm? :P
Even I, always solve issues... Because if there is something wrong, it will happen only when you have code that hasn't been pushed yet, I wouldn't want to lose it. -
swiss-dev346yOr maybe they have a real problem like having committed a file that's larger than the server side hook allows... This let me introduce interactive rebase to everyone ^^
-
It’s called being lazy. Faster to copy files, rm, clone and copy back the to understand git. We got them idiots too.
-
Fwiw, I used to be in the "sod it, drop and reclone" camp - but it's definitely worth taking the time to learn git properly. You may find yourself using features you never knew existed on a daily basis if you do (feature branches, local commit history rewriting etc. is incredibly useful and powerful if you're comfortable with it.)
-
Funnily, according to this rant, now, one and a half years since, I'm a genius myself xD
I was a noobie writing this rant lol
May be some time from now I'd say the same about the rants I made in recent days.
Related Rants
Everyone in my company prefers solving git issues rather than `rm -rf` & `git clone`
Feels like I'm working with a team of geniuses. 😂
rant
git