Click here to Skip to main content
15,887,175 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: GIT Time again - what am I missing? Pin
Al Gonzalez14-Feb-24 6:58
Al Gonzalez14-Feb-24 6:58 
GeneralRe: GIT Time again - what am I missing? Pin
jochance13-Feb-24 4:59
jochance13-Feb-24 4:59 
AnswerRe: GIT Time again - what am I missing? Pin
Pete O'Hanlon13-Feb-24 0:43
mvePete O'Hanlon13-Feb-24 0:43 
GeneralRe: GIT Time again - what am I missing? Pin
GuyThiebaut13-Feb-24 0:52
professionalGuyThiebaut13-Feb-24 0:52 
GeneralRe: GIT Time again - what am I missing? Pin
Pete O'Hanlon13-Feb-24 0:59
mvePete O'Hanlon13-Feb-24 0:59 
GeneralRe: GIT Time again - what am I missing? Pin
GuyThiebaut13-Feb-24 1:06
professionalGuyThiebaut13-Feb-24 1:06 
GeneralRe: GIT Time again - what am I missing? Pin
Pete O'Hanlon13-Feb-24 2:12
mvePete O'Hanlon13-Feb-24 2:12 
GeneralRe: GIT Time again - what am I missing? Pin
Jeremy Falcon13-Feb-24 3:23
professionalJeremy Falcon13-Feb-24 3:23 
Keep in mind, I haven't used SVN in years. Maybe things change...

But, what SVN stores locally and what Git stores locally are not the same thing. SVN is more akin to metadata (over simplification of course) whereas Git stores the actual - same exact thing - repo. There's zero difference. It's all local. Which is to say, if I need to completely update/rewrite history locally, or do whatever, I can make sure remotely will have the same exact changes (with no extra commits, etc.).

It's been my experience that in SVN land, working with history is not a concept peeps care about, just make a new commit and who cares what history looks like. But, when working in a team, where some dev screws something up, it's nice to be able to clean things up when you need it. And IMO having a clean history is nice if you ever need to do any code investigation.

So, do you have need to worry about it often? Nope. I hope not. Laugh | :laugh: But, it's nice to have when you do need it.
Jeremy Falcon

GeneralRe: GIT Time again - what am I missing? Pin
charlieg13-Feb-24 3:40
charlieg13-Feb-24 3:40 
GeneralRe: GIT Time again - what am I missing? Pin
Jeremy Falcon13-Feb-24 5:05
professionalJeremy Falcon13-Feb-24 5:05 
GeneralRe: GIT Time again - what am I missing? Pin
charlieg13-Feb-24 5:25
charlieg13-Feb-24 5:25 
GeneralRe: GIT Time again - what am I missing? Pin
jochance13-Feb-24 5:03
jochance13-Feb-24 5:03 
AnswerRe: GIT Time again - what am I missing? Pin
RickZeeland13-Feb-24 0:49
mveRickZeeland13-Feb-24 0:49 
GeneralRe: GIT Time again - what am I missing? Pin
Jeremy Falcon13-Feb-24 3:00
professionalJeremy Falcon13-Feb-24 3:00 
GeneralRe: GIT Time again - what am I missing? Pin
den2k8813-Feb-24 3:28
professionalden2k8813-Feb-24 3:28 
GeneralRe: GIT Time again - what am I missing? Pin
Jeremy Falcon13-Feb-24 3:36
professionalJeremy Falcon13-Feb-24 3:36 
GeneralRe: GIT Time again - what am I missing? Pin
jochance13-Feb-24 5:06
jochance13-Feb-24 5:06 
AnswerRe: GIT Time again - what am I missing? Pin
PIEBALDconsult13-Feb-24 2:16
mvePIEBALDconsult13-Feb-24 2:16 
GeneralRe: GIT Time again - what am I missing? Pin
Maximilien13-Feb-24 2:36
Maximilien13-Feb-24 2:36 
AnswerRe: GIT Time again - what am I missing? Pin
Maximilien13-Feb-24 2:33
Maximilien13-Feb-24 2:33 
GeneralRe: GIT Time again - what am I missing? Pin
charlieg14-Feb-24 11:56
charlieg14-Feb-24 11:56 
AnswerRe: GIT Time again - what am I missing? Pin
Jeremy Falcon13-Feb-24 2:58
professionalJeremy Falcon13-Feb-24 2:58 
GeneralRe: GIT Time again - what am I missing? Pin
charlieg13-Feb-24 3:50
charlieg13-Feb-24 3:50 
GeneralRe: GIT Time again - what am I missing? Pin
Jeremy Falcon13-Feb-24 5:02
professionalJeremy Falcon13-Feb-24 5:02 
GeneralRe: GIT Time again - what am I missing? Pin
charlieg13-Feb-24 5:24
charlieg13-Feb-24 5:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.