Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I think that given git's exponential popularity growth, git's good support for windows (<em>akin to that of subversion's with something like tortoiseSVN</em>) is bound to arrive, it is only a matter of time. The two projects that seem to be the most popular are <a href="http://code.google.com/p/msysgit/" rel="nofollow noreferrer">msysgit</a>, and <a href="http://code.google.com/p/tortoisegit/" rel="nofollow noreferrer">TortoiseGit</a> (also uses msysgit) which is similar to tortoiseSVN. git keeps becoming more and more popular, that if you were to run into any problems which is unlikely now and is becoming even more unlikely as git tools on windows become further developed, you will be able to find fixes a lot easier due to the large userbase.</p> <p>In the meantime, I have found <a href="http://www.lostechies.com/blogs/jason_meridth/archive/2009/06/01/git-for-windows-developers-git-series-part-1.aspx" rel="nofollow noreferrer">this series</a> of guides to be very helpful.</p> <p>Issues you might run into may be ignoring certain files, which should be easy if you lookup how to use <code>.gitignore</code>, which is really straightforward, here is the list of files and wildcards that the series mentions:</p> <pre><code>obj bin _ReSharper.* *.csproj.user *.resharper.user *.resharper *.suo *.cache *~ *.swp </code></pre> <p>Also I have seen some issues regarding line endings. For that, you will want to check out <a href="https://stackoverflow.com/questions/170961/whats-the-best-crlf-handling-strategy-with-git">this question</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload