Re: Trying to setup Visual Studio 2013 with a CentOS 6.5 x64 git server

2014-04-23 Thread Storm-Olsen, Marius
On 4/23/2014 2:04 PM, Charles Buege wrote:
> If, in actuality, I can use a CentOS git server with Visual Studio
> 2013, can anyone point me in the direction of an FAQ/directions/
> YouTube video/book/anything for how to setup something like this?

http://lmgtfy.com/?q=%22visual+studio+2013%22+clone+git+site%3Ayoutube.com&l=1

will take you to a thorough review of VS2013 with Git local/remote, 
command-line tooling, and some standard Q&A. Description contains link 
to slides and notes.

Good luck!

-- 
.marius

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Trying to setup Visual Studio 2013 with a CentOS 6.5 x64 git server

2014-04-23 Thread Jonathan Nieder
Hi,

Charles Buege wrote:

> If, in actuality, I can use a CentOS git server with Visual Studio
> 2013, can anyone point me in the direction of an
> FAQ/directions/YouTube video/book/anything for how to setup something
> like this?

I suspect
http://msdn.microsoft.com/en-us/library/hh850445.aspx#remote_3rd_party_connect_clone
should get you started.

As far as I can tell from #git, every once in a while people seem to
want to escape from GUIs to have control over what they're doing (for
example when cleaning up existing commits, or when performing a
complex merge).  You can find a usable commandline version of Git for
Windows at http://msysgit.github.io/ (and the same project has a
TortoiseSVN-like explorer plugin called GitCheetah if you need that).

Hope that helps,
Jonathan
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Trying to setup Visual Studio 2013 with a CentOS 6.5 x64 git server

2014-04-23 Thread Charles Buege
All -

If this is the wrong place to ask this question (I'm heading to
Microsoft's site next), then I apologize, but communities like this
have always been kind to me in the past, so I thought I'd start here.

I'm looking to setup a git server under CentOS 6.5 x64 that will serve
2-5 .NET developers using Visual Studio Pro 2013.  I've been reading
that Visual Studio 2013 now has 'native git support', but as I've been
reading into this more and more, it appears to me that the 'native git
support' is really the fact that Team Foundation Server has git
support on it and that I'd need to setup TFS in order to use the
Visual Studio 2013's native git support.  Can anyone either confirm
and/or deny this for me?  My personal suspicion is that I will need to
implement TortiseGIT to do what I want to do, but wanted to throw this
question out to all you masters of git to direct me in the proper
path.

If, in actuality, I can use a CentOS git server with Visual Studio
2013, can anyone point me in the direction of an
FAQ/directions/YouTube video/book/anything for how to setup something
like this?  I have the resources to setup a CentOS git server (which
will also host some DreamWeaver CC users as well on other projects),
but setting up a dedicated TFS server isn't an option, hence why I'm
looking into this.

Thanks in advance,
Charles
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html