How can I 'git clone' from another machine
Posted
by hap497
on Stack Overflow
See other posts from Stack Overflow
or by hap497
Published on 2010-05-11T05:00:06Z
Indexed on
2010/05/11
5:04 UTC
Read the original article
Hit count: 280
git
Hi,
In 1 machine (ip 192.168.1.2), I create a git repository by
$ cd /home/hap/working
$ git init
$ (add some files)
$ git add .
$ git commit -m 'Initial commit'
And I have another machine in the same WiFi network, How can I get clone from the other machine?
Thank you
© Stack Overflow or respective owner