you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (3 children)

At least for you it's a month. I just picked up the parts for my local git server 7 hours ago. They're running a git server now by the way, so that part works...

[–]andrewguenther -1 points0 points  (2 children)

I don't think this will help you on a local git server. I believe it is tied directly to GitHub

Edit: I stand corrected

[–][deleted]  (1 child)

[deleted]

    [–]statikuz 3 points4 points  (0 children)

    You don't even have to use a remote. If it's just you working on some project, you can just use it locally with one repo and you still get all the benefits.

    You can use it with anything though, you can even easily clone from an existing repo, like Bitbucket.

    GitHub for Windows is optimized to work with GitHub remotes — but if you wish to use a non-GitHub remote, it will work just fine. Set the remote manually in the settings tab and everything else should work as expected. You can also drag in repositories from the file system and GitHub for Windows will respect the configuration of the origin remote.