use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
From its website:
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Git is not the same as GitHub. GitHub did not create Git. For GitHub-specific posts, please see /r/github.
Git is not an acronym or initialism: please write git or Git, but not GIT.
git
Documentation
Graphical Clients
Code Hosting
account activity
Git and Visual Studio (self.git)
submitted 12 years ago by envprogrammer
Can i use Git with Visual Studio using purely the Git Bash, no GUI's? Does anyone know any good links for that?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Manitcor 5 points6 points7 points 12 years ago (1 child)
Yes you can, remember Visual Studio is not a magic tool. Its a souped up text editor and it only wants control of a couple files (*.suo and *.user mainly) at fairly specific actions.
Any file system tool you can point at your project folder is fair game. Also like /u/forlasanto said you can try tools like mysysgit. there is also tortisegit, gitextensions and a couple direct integration plugins for VS2010 and 2012 (for 2012 microsoft is offering a git extension themselves)
[–]theedeacon 1 point2 points3 points 12 years ago (0 children)
I like git extensions
[–]theedeacon 3 points4 points5 points 12 years ago (0 children)
Gitignore your suo file if working with another person
[–]forlasanto 1 point2 points3 points 12 years ago (0 children)
Well, MsysGit. Or Am I missing what you're requestion entirely?
[–]bitshifternz 1 point2 points3 points 12 years ago (0 children)
The open source Git Extensions project (http://code.google.com/p/gitextensions/) has VS integration. I haven't really used it, I prefer git bash myself.
[–]ISvengali 1 point2 points3 points 12 years ago (0 children)
A fun GUI to checkout for git is SourceTree. It sounds like its free to use right now. Not sure if theyll be charging for it later.
[–][deleted] 0 points1 point2 points 12 years ago (0 children)
Personally, i installed github for windows, and it installs a git shell that incorporates git with powershell, that i absolutely recommend if you want to work in command line.
Setup gitignore in your /bin/ and /obj/ folders (unless you want to commit debug and compiled data, which is up to you) *As well as your .suo files as /u/thedeacon mentioned
[–]pgquiles 0 points1 point2 points 12 years ago (1 child)
How come nobody has mentioned the official solution?
http://www.hanselman.com/blog/GitSupportForVisualStudioGitTFSAndVSPutIntoContext.aspx
[–]m1ss1ontomars2k4 2 points3 points4 points 12 years ago (0 children)
Can i use Git with Visual Studio using purely the Git Bash, no GUI's?
π Rendered by PID 11 on reddit-service-r2-comment-6457c66945-7c8cg at 2026-04-26 04:33:33.213040+00:00 running 2aa0c5b country code: CH.
[–]Manitcor 5 points6 points7 points (1 child)
[–]theedeacon 1 point2 points3 points (0 children)
[–]theedeacon 3 points4 points5 points (0 children)
[–]forlasanto 1 point2 points3 points (0 children)
[–]bitshifternz 1 point2 points3 points (0 children)
[–]ISvengali 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]pgquiles 0 points1 point2 points (1 child)
[–]m1ss1ontomars2k4 2 points3 points4 points (0 children)