Linked Questions
47 questions linked to/from Using Git with Visual Studio
49 votes
2 answers
33k views
GitHub and Visual Studio [duplicate]
Possible Duplicate: Using Git with Visual Studio What's the most painless way for the Visual Studio developer to start using GitHub? Ideally the answer would involve a Visual Studio plugin, or ...
3 votes
0 answers
107 views
Visual Studio Tools For Git VS Git Source control provider [duplicate]
I want to use git for my visual studio project , when I googled I found these two tools which integrate in Visual studio. Visual Studio Tools For Git and Git Source control provider I want to know ...
49 votes
5 answers
48k views
What are the differences between TFS, SVN and GIT? [closed]
I use Microsoft Visual SourceSafe for version control. I would like to change this approach and use newer software for this work. What are the differences between these three applications? Which one ...
56 votes
10 answers
99k views
How to use git as source control provider for SQL Server Management Studio
Can we use GIT as the source control for sql management studio?
71 votes
1 answer
24k views
DAG vs. tree using Git?
I've often read that Git uses the directed acyclic graph (DAG) data structure, with each commit as a node, and things like branches and tags as pointers to nodes. But when I try to visualize my ...
29 votes
7 answers
11k views
Git versus Mercurial for .NET developers?
I've been wondering what is the better DVCS for .NET developers? From reading various information it has sounded like Mercurial works better on Windows, but other information claims that Git has ...
17 votes
5 answers
10k views
git and ASP MVC
Anyone know of good articles for setting up a new project with git and ASP.NET MVC? Just wondering what to include and ignore and what to do about deployment.
11 votes
11 answers
17k views
Free Source Control
Up until now, even though I do a lot of small home projects, I have never used any source control for my own projects. I am now almost at the point of deploying my first personal public website and ...
14 votes
4 answers
14k views
Files to ignore when using Visual Studio with Git
I've installed Git to do some development using Visual Studio 2008. Most of the work will be new development but we do have some old projects from prior to VS2005 that I want to bring over into the ...
10 votes
8 answers
7k views
Windows GUIs for git [closed]
I am aware of this question, but it is a bit old now, and some of the answers seem outdated. Question: please write one answer per GUI you have used, including pros and cons (for example, as far as I ...
14 votes
1 answer
13k views
Solution to adding a Git (TortoiseGit) toolbar to Visual Studio [closed]
Anyone know how to create a toolbar in Visual Studio 2010 to use with Git (TortoiseGit)? Thanks SurfRat
9 votes
6 answers
2k views
Looking for tips about SubVersion's best practices, branching and the social aspect [closed]
My team and I currently use Perforce for revision control. We used to submit everything into trunk until one day we needed to add several items into the program, so we created a branch for my boss and ...
8 votes
9 answers
13k views
Version Control in Visual Studio
I'm currently working on a large project, and am about to make some large changes, and was looking for a way to 'backup' my prior work. Is there built in functionality in Visual Studio to work with ...
5 votes
6 answers
823 views
Which Distributed Source Control System has the best integration with Windows & Visual Studio?
It seems that both git and mercurial are rather Linux oriented. Which of them is more mature on windows?
9 votes
4 answers
6k views
Can I use a GIT repository with SVN clients?
Currently I'm using the following SVN clients: TortoiseSVN for Windows and AnkhSVN for Visual Studio 2005+. I heard that GIT has a great level of interoperability with SVN. Would my tools work with a ...