Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is any body making a windows replacement to msysgit with libgit2,libgit2sharp, Ngit?

Hi I like Git but it seems sharing windows projects with people and friends is not fun because gitextensions tortoisegit are ugly to use out of the box compared to tortoisehg or tortoisesvn (not that it's DVCS). Using msysgit just in a bash shell doesn't make it as nice as linux/Mac either.

So is there any new contenders (alpha projects etc(even with other libs))?

I would love to see these new Git libraries take off!

like image 530
sabgenton Avatar asked Mar 31 '12 02:03

sabgenton


2 Answers

After having released Github for Mac, there are rumors that Github might be working on a client for Windows.

See those tweets below for reference:

  • https://twitter.com/#!/aeoth/statuses/170808010904580096
  • https://twitter.com/#!/xpaulbettsx/statuses/174351777230102528
  • https://twitter.com/#!/MotoWilliams/statuses/180329291622526977
  • https://jp.twitter.com/#!/Mpdreamz/status/177648471057235968
  • https://twitter.com/#!/lazycoder/status/177638341112635394
  • https://twitter.com/#!/xpaulbettsx/status/177648557489270785

According to this last one, there are good chances libgit2sharp & libgit2 would be used to help run the client.

Update

  • Github for windows has been released. See this post for further information. Among other open source libraries and software, it indeed relies on libgit2 and LibGit2Sharp.

github-for-windows

  • A work in progress, Git GUI, by Kai Sellgren, also relies on those libs

Git-GUI

like image 63
nulltoken Avatar answered Sep 22 '22 06:09

nulltoken


GitHub for Windows.

Here's the launch blog post.

like image 34
Charles Roper Avatar answered Sep 21 '22 06:09

Charles Roper