Re: git push from client is not updating files on server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You can only push to "bare-only repositories". These do not contain a working tree but only a .git directory.

You can only see changes changes in Git repository on the file system if you clone & pull this bare-only repository to a regular repository.

It seems you looking for the wrong thing in the wrong place...

Am 06.03.2012 17:52, schrieb Jerome Yanga:
My main objective is to create a central public Git server.
> [...]
However, when I log into the central public Git server and look at the
files in the project, none of them have change.  I can only see the
changes from the client via Gitweb.

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]