Click here to Skip to main content
15,889,992 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 Source Control Pin
GuyThiebaut28-Apr-20 7:33
professionalGuyThiebaut28-Apr-20 7:33 
GeneralRe: Git Source Control Pin
OriginalGriff28-Apr-20 8:34
mveOriginalGriff28-Apr-20 8:34 
GeneralRe: Git Source Control Pin
pkfox28-Apr-20 9:17
professionalpkfox28-Apr-20 9:17 
GeneralRe: Git Source Control Pin
RickZeeland28-Apr-20 8:51
mveRickZeeland28-Apr-20 8:51 
GeneralRe: Git Source Control Pin
raddevus28-Apr-20 9:18
mvaraddevus28-Apr-20 9:18 
GeneralRe: Git Source Control Pin
Jacquers28-Apr-20 19:03
Jacquers28-Apr-20 19:03 
GeneralRe: Git Source Control Pin
Peter Adam28-Apr-20 21:55
professionalPeter Adam28-Apr-20 21:55 
GeneralRe: Git Source Control Pin
Sander Rossel28-Apr-20 22:23
professionalSander Rossel28-Apr-20 22:23 
I'd go for either GitHub or Azure DevOps (the cloud version of TFS), depending on what you want to do with it in the future.
GitLab is a good platform too, but not as popular as GitHub.
All three have a free plan with (unlimited) private repositories.
GitHub is easy to set up, just create an account and they'll give you a five minute tutorial on how to clone, commit and push.

If you want to use CI/CD in the future, all three platforms are still good to go.
Azure DevOps is probably easiest with .NET integration because it's a 100% Microsoft platform.
It should be easy to use GitHub for source control and Azure DevOps for CI/CD, should you want that.
Migrating complete Git repositories later shouldn't be too difficult either.

One warning though, with Git you always checkout everything.
With SVN you could have one giant repository and only checkout specific folders, not so in Git.
So it's recommended to keep repositories small and not, like you seem to want, keep different solutions in a single repository.
Git is quite different than SVN, so keep that in mind.

GeneralRe: Git Source Control Pin
PhilipOakley29-Apr-20 1:14
professionalPhilipOakley29-Apr-20 1:14 
GeneralRe: Git Source Control Pin
Sander Rossel29-Apr-20 1:32
professionalSander Rossel29-Apr-20 1:32 
GeneralRe: Git Source Control Pin
Davyd McColl29-Apr-20 0:30
Davyd McColl29-Apr-20 0:30 
GeneralRe: Git Source Control Pin
Member 11032329-Apr-20 4:12
Member 11032329-Apr-20 4:12 
GeneralRe: Git Source Control Pin
MikeTheFid29-Apr-20 5:54
MikeTheFid29-Apr-20 5:54 
GeneralRe: Git Source Control Pin
Kirk Hawley30-Apr-20 9:12
professionalKirk Hawley30-Apr-20 9:12 
JokeToo Soon? Pin
ZurdoDev28-Apr-20 6:19
professionalZurdoDev28-Apr-20 6:19 
GeneralRe: Too Soon? PinPopular
DRHuff28-Apr-20 6:22
DRHuff28-Apr-20 6:22 
GeneralRe: Too Soon? Pin
ZurdoDev28-Apr-20 6:25
professionalZurdoDev28-Apr-20 6:25 
GeneralRe: Too Soon? Pin
OriginalGriff28-Apr-20 6:56
mveOriginalGriff28-Apr-20 6:56 
GeneralRe: Too Soon? Pin
Mike Hankey28-Apr-20 7:26
mveMike Hankey28-Apr-20 7:26 
JokeRe: Too Soon? Pin
Cp-Coder28-Apr-20 8:55
Cp-Coder28-Apr-20 8:55 
GeneralRe: Too Soon? Pin
Mike Hankey28-Apr-20 8:57
mveMike Hankey28-Apr-20 8:57 
GeneralWhat happened to Mark Wallace Pin
Dan Neely28-Apr-20 5:17
Dan Neely28-Apr-20 5:17 
GeneralRe: What happened to Mark Wallace Pin
Sean Ewington28-Apr-20 5:24
staffSean Ewington28-Apr-20 5:24 
GeneralRe: What happened to Mark Wallace Pin
Dan Neely28-Apr-20 5:30
Dan Neely28-Apr-20 5:30 
GeneralRe: What happened to Mark Wallace Pin
OriginalGriff28-Apr-20 6:10
mveOriginalGriff28-Apr-20 6:10 

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.