Git: Checkout only files without repository?
Posted
by Max
on Stack Overflow
See other posts from Stack Overflow
or by Max
Published on 2010-05-19T14:22:00Z
Indexed on
2010/05/19
14:30 UTC
Read the original article
Hit count: 146
git
Hi,
i'd like to just checkout the files without the .git files and the whole repository. It's because i'd like to manage a website (php & html) with git and i'm looking for an easy way to update the files in the htdocs folder from the repository, without having the repository public. (now it's in the home-dir and is accessed via ssh, but i have to put the new files to htdocs manually.
© Stack Overflow or respective owner