Click here to Skip to main content
15,886,919 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
jschell16-Feb-24 7:16
jschell16-Feb-24 7:16 
AnswerRe: GIT Time again - what am I missing? Pin
Mateusz Jakub13-Feb-24 20:57
Mateusz Jakub13-Feb-24 20:57 
GeneralRe: GIT Time again - what am I missing? Pin
charlieg14-Feb-24 12:19
charlieg14-Feb-24 12:19 
GeneralRe: GIT Time again - what am I missing? Pin
Mateusz Jakub15-Feb-24 23:20
Mateusz Jakub15-Feb-24 23:20 
AnswerRe: GIT Time again - what am I missing? Pin
Peter Adam13-Feb-24 21:35
professionalPeter Adam13-Feb-24 21:35 
GeneralRe: GIT Time again - what am I missing? Pin
charlieg14-Feb-24 12:15
charlieg14-Feb-24 12:15 
GeneralRe: GIT Time again - what am I missing? Pin
Peter Adam14-Feb-24 12:21
professionalPeter Adam14-Feb-24 12:21 
AnswerRe: GIT Time again - what am I missing? Pin
Member 1309459714-Feb-24 1:01
Member 1309459714-Feb-24 1:01 
I used to use SVN years ago. I recall there were a few minor annoyances, but by and large it was a good bit of kit, and TortoiseSVN was a good UI. In more recent years I've used Mercurial. Like Git it lets you have one (or many) local copies of everything on the server, which can be handy for speed or if you might have periods where you can't access the server. It also means that if the server catches fire, there's a fair chance people will have a copy of the source code somewhere. TortoiseHg has Mercurial covered. It's a good UI and like SVN, things work pretty smoothly most of the time.

Fairly recently our team moved to Git. So far it seems very much that "Git" is rhyming slang. The Tortoise offering offers far less for Git. There are a lot of Git UIs out there, but it's tough to find a good one, especially if it needs to be free. Visual Studio does sort of okay on that front. As a result, I do a lot on the command line when using Git. Git's concept of branches, to me at least, seems far weaker than Mercurial's. It just seems to keep a record of the latest changeset for each branch and keeps a record of the parent changeset. Finding your branch's parent branch is at best tricky, at worst impossible. For me, Git has few if any advantages over Mercurial, and as a bonus has an unpleasant learning curve and unnecessary complexity. The whole world apparently disagrees with me, but I wouldn't recommend it to anyone as long as Mercurial is available. But if SVN is serving you, there's no shame in sticking with what you know, either. You could give Git or Mercurial a test drive on a personal/mini project if you want to see if the grass is truly greener (spoiler: with Git, it's less grass and more wasteland with bonus fly-tipping).
AnswerRe: GIT Time again - what am I missing? Pin
Davyd McColl14-Feb-24 2:41
Davyd McColl14-Feb-24 2:41 
AnswerRe: GIT Time again - what am I missing? Pin
Myron Dombrowski14-Feb-24 4:12
Myron Dombrowski14-Feb-24 4:12 
AnswerRe: GIT Time again - what am I missing? Pin
Steve Naidamast14-Feb-24 4:14
professionalSteve Naidamast14-Feb-24 4:14 
AnswerRe: GIT Time again - what am I missing? Pin
Chris @ SAS14-Feb-24 5:15
Chris @ SAS14-Feb-24 5:15 
GeneralRe: GIT Time again - what am I missing? Pin
cegarman14-Feb-24 5:30
cegarman14-Feb-24 5:30 
AnswerRe: GIT Time again - what am I missing? Pin
Juan Pablo Reyes Altamirano14-Feb-24 7:23
Juan Pablo Reyes Altamirano14-Feb-24 7:23 
AnswerRe: GIT Time again - what am I missing? Pin
Stacy Dudovitz14-Feb-24 13:35
professionalStacy Dudovitz14-Feb-24 13:35 
GeneralI have been exiled! Pin
glennPattonWork313-Feb-24 0:10
professionalglennPattonWork313-Feb-24 0:10 
GeneralRe: I have been exiled! Pin
RickZeeland13-Feb-24 0:58
mveRickZeeland13-Feb-24 0:58 
GeneralRe: I have been exiled! Pin
Nelek13-Feb-24 5:49
protectorNelek13-Feb-24 5:49 
GeneralRe: I have been exiled! Pin
Jörgen Andersson13-Feb-24 1:41
professionalJörgen Andersson13-Feb-24 1:41 
GeneralRe: I have been exiled! Pin
jschell13-Feb-24 5:36
jschell13-Feb-24 5:36 
GeneralRe: I have been exiled! Pin
PIEBALDconsult13-Feb-24 2:11
mvePIEBALDconsult13-Feb-24 2:11 
GeneralRe: I have been exiled! Pin
charlieg13-Feb-24 3:35
charlieg13-Feb-24 3:35 
GeneralRe: I have been exiled! Pin
glennPattonWork313-Feb-24 3:55
professionalglennPattonWork313-Feb-24 3:55 
GeneralRe: I have been exiled! Pin
Nelek13-Feb-24 5:54
protectorNelek13-Feb-24 5:54 
GeneralRe: I have been exiled! Pin
Alister Morton16-Feb-24 3:58
Alister Morton16-Feb-24 3:58 

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.