Create Your Own Git Server

preview_player
Показать описание


Step 1 : git init repo_name --bare

Step 2 : git clone //[path]/repo_name
Рекомендации по теме
Комментарии
Автор

Thanks for this awesome tip, appreciate it. This is exactly what I want it too.

subhradipdas_
Автор

Damn how sweet your method is. thank you so much.

kimadni
Автор

Thanks a lot, but why can I not see the pushed files in the server folder ?

khalidelmzoudi
Автор

Hi there,
I have requirement that to set up a git server in windows machine and I want use this repo in another windows (client) machine through SSH here I don't want to use github or gitlab. Is it possible?
Could you please help me with this?
Thankyou

SurattuDurgaprasad
Автор

Quick question, If I'm in another computer on the same localhost, that address you copy is all I need? Or I need to add the ip:address?

rocketjuan
Автор

This is NOT a Git Server. This is just a Git repo.

SalihEmin