Click here to Skip to main content
15,904,288 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.

 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Rage16-Sep-16 0:49
professionalRage16-Sep-16 0:49 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Mark_Wallace16-Sep-16 0:57
Mark_Wallace16-Sep-16 0:57 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Johnny J.16-Sep-16 1:56
professionalJohnny J.16-Sep-16 1:56 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
#realJSOP16-Sep-16 2:14
professional#realJSOP16-Sep-16 2:14 
GeneralRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Rob Grainger16-Sep-16 5:26
Rob Grainger16-Sep-16 5:26 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Vark11116-Sep-16 3:08
Vark11116-Sep-16 3:08 
GeneralRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Rob Grainger16-Sep-16 5:26
Rob Grainger16-Sep-16 5:26 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Chris Maunder16-Sep-16 3:39
cofounderChris Maunder16-Sep-16 3:39 
Git, 100%

With Git you can be disconnected, you don't need to pull before you commit, and you get the chance to commit changes locally (eg when disconnected, or for just mucking around) without needing to push your changes to the main repo.

The Pull Request extension is brilliant for those times you want to review changes before integrating them into master.

Even better (and the killer thing for us). If your "main" repo goes down then who cares. Every other copy of your repo has all the history so you just point to another repo as your main (origin).

Git is excellent for those who need to work offline and who realise that things fail.
cheers
Chris Maunder

GeneralRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Joe Woodbury16-Sep-16 7:09
professionalJoe Woodbury16-Sep-16 7:09 
AnswerRe: If you would have to choose between GIT and SVN or between SVN and GIT? Pin
Phil Martin16-Sep-16 17:43
professionalPhil Martin16-Sep-16 17:43 
GeneralDyslexic and colour blind, or just plain planky? Pin
Mark_Wallace15-Sep-16 23:20
Mark_Wallace15-Sep-16 23:20 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
OriginalGriff15-Sep-16 23:25
mveOriginalGriff15-Sep-16 23:25 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
Mark_Wallace16-Sep-16 0:45
Mark_Wallace16-Sep-16 0:45 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
Rob Grainger16-Sep-16 5:29
Rob Grainger16-Sep-16 5:29 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
OriginalGriff16-Sep-16 5:35
mveOriginalGriff16-Sep-16 5:35 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
CPallini15-Sep-16 23:25
mveCPallini15-Sep-16 23:25 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
Rage16-Sep-16 0:09
professionalRage16-Sep-16 0:09 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
OriginalGriff16-Sep-16 0:32
mveOriginalGriff16-Sep-16 0:32 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
Mark_Wallace16-Sep-16 0:42
Mark_Wallace16-Sep-16 0:42 
JokeRe: Dyslexic and colour blind, or just plain planky? Pin
Rage16-Sep-16 0:51
professionalRage16-Sep-16 0:51 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
OriginalGriff16-Sep-16 0:55
mveOriginalGriff16-Sep-16 0:55 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
W Balboos, GHB16-Sep-16 1:04
W Balboos, GHB16-Sep-16 1:04 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
Mark_Wallace16-Sep-16 1:07
Mark_Wallace16-Sep-16 1:07 
JokeRe: Dyslexic and colour blind, or just plain planky? Pin
sibling12316-Sep-16 4:17
sibling12316-Sep-16 4:17 
GeneralRe: Dyslexic and colour blind, or just plain planky? Pin
Mark_Wallace16-Sep-16 4:32
Mark_Wallace16-Sep-16 4:32 

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.