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

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




Join us for AI Startup School this June 16-17 in San Francisco!

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

Search: