Skip to content

Instantly share code, notes, and snippets.

@alvin2ye
Created November 9, 2009 06:14
Show Gist options
  • Select an option

  • Save alvin2ye/229728 to your computer and use it in GitHub Desktop.

Select an option

Save alvin2ye/229728 to your computer and use it in GitHub Desktop.
new git resp
# new git resp
1.
vi gitosis.conf
git ci -m "add new xxx"
git push
2.
git init
3.
git remote add origin git+ssh://xxx.git
4.
git add .
5.
git commit -m "first"
6.
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment