简体   繁体   中英

Git Server type repository in Local Windiws which can be forked

I am new to git...

I have a local project that i need to share with my friends and i want to work on it in the similar way that we work on Github.com

I want that the local repsoitory be exposed in the local network, and the GIT URL is shared with my friends directly as we do in the online version.

then they can fork my repo as per need and when they are done, they send pull requests and i can review and merge the same.

can i do this in windows at all and if yes..then please suggest how..

i have searched but only found ways to create local repo and not how to expose the same. AND how to fork it..

Please help..

PS i have tortoise git installed on my system

You can consider GitBlit which has in its features :

  • Optional feature to fork a repository to a personal repository
  • Optional Issue Tracker and Pull-Request-like mechanism

It is a repository hosting service, so it can expose Git repos to other collaborators as well.

It is a bit different from the traditional pull-request workflow though: see FAQ

Gitblit uses a 3-repository workflow. This means that Gitblit cuts the fork repository out of the collaboration workflow: patchsets are pushed directly to a special branch of the canonical repository, not to a fork. You may also push to fork, if you want, but all collaboration occurs in the canonical repository, not your fork.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM