Click here to Skip to main content
15,887,214 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: Opposite of Spherical Cows? Inventor's Paradox Pin
MarkTJohnson13-Feb-24 9:47
professionalMarkTJohnson13-Feb-24 9:47 
GeneralRe: Opposite of Spherical Cows? Inventor's Paradox Pin
Amarnath S13-Feb-24 15:08
professionalAmarnath S13-Feb-24 15:08 
QuestionGIT Time again - what am I missing? Pin
charlieg13-Feb-24 0:15
charlieg13-Feb-24 0:15 
AnswerRe: GIT Time again - what am I missing? Pin
GuyThiebaut13-Feb-24 0:34
professionalGuyThiebaut13-Feb-24 0:34 
GeneralRe: GIT Time again - what am I missing? Pin
charlieg13-Feb-24 3:36
charlieg13-Feb-24 3:36 
GeneralRe: GIT Time again - what am I missing? Pin
GuyThiebaut13-Feb-24 4:16
professionalGuyThiebaut13-Feb-24 4:16 
GeneralRe: GIT Time again - what am I missing? Pin
charlieg13-Feb-24 4:22
charlieg13-Feb-24 4:22 
GeneralRe: GIT Time again - what am I missing? Pin
GuyThiebaut13-Feb-24 4:31
professionalGuyThiebaut13-Feb-24 4:31 
When we were using SVN, I still have it on my local machine, we could do all the work locally too.

Perhaps an advantage of Git, which I missed is the concept of the PR (Pull Request).

With SVN we were able to commit to trunk without any sort of approval.
So I could get changes through to production without anyone else seeing the changes.

With Git nothing get's merged into Main unless it has been code reviewed and the PR has been approved.

This is a really useful safety net meaning at least one other person has looked at our changes before they are allowed to be merged into Main/Trunk.
“That which can be asserted without evidence, can be dismissed without evidence.”

― Christopher Hitchens

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 
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 

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.