Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You can do it with just directories too.

  mkdir -p repo/project
  cd repo/project
  git init --bare

  cd ../..
  git clone repo/project
  cd project
  (do git stuff)


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

Search: