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

Add the project to gitolite.conf

  git remote add origin git@FQDN.com:new_project.git
  git push origin master
  git config branch.master.remote origin
  git config branch.master.merge refs/heads/master


Without need for the configs:

  git push -u origin master




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

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

Search: