<div dir="ltr">My experience with git on windows over the last several years has been very positive. I use TortoiseGIT for the bulk of my tasks. I like the fact that I can perform most operations directly from the log window. I also use git-gui (which is part of the base git installation) to do commits on subsets of changes in a file, or a large number of separate commits in quick succession. I find that I rarely need to use the command line as tortoise git covers all the common commands, and a large number of the uncommon ones. For LLVM I have used the unofficial, and now official git mirrors for quite some time without issue (though I don't do very much with it as I am not a regular contributor).<br></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jun 3, 2016 at 7:50 AM Renato Golin via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 3 June 2016 at 15:42, Craig, Ben via llvm-dev<br>
<<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br>
> Coming from a perforce and SVN background, I think this is understandable.<br>
> With perforce and SVN, you just don't have as many options and possible<br>
> workflows, so they tend to be a little easier to learn, and a lot easier to<br>
> wrap in a UI on the client side.<br>
<br>
So, we just have to make sure that we don't add any crazy workflow on Git.<br>
<br>
That's why I like the idea of having llvm-projs as being an automated<br>
sub-module hook-driven repo that no one uses, and let everyone else<br>
use Git as it was intended, in a way that most GUIs can handle.<br>
<br>
That's the workflow I'm looking for... I *really* don't want a<br>
convoluted workflow "just because it's Git".<br>
<br>
I'd rather use Git-SVN than have to write tons of bash scripts and<br>
break my workflow. In that sense, we're on the exact same predicament.<br>
GUI or not, makes no difference.<br>
<br>
cheers,<br>
--renato<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>