Hacker News new | past | comments | ask | show | jobs | submit login

I think a cli tool is usually easier because you don't have to rm -rf .git in order to set up your own repo.



You can use the following git command to move everything except for the .git files to a new location [1]

    git checkout-index -f -a --prefix=/path/to/folder/
  
[1] http://www.tekkie.ro/methodology/use-git-checkout-index-init...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: