Posted on 2011-05-20 17:42
贝贝爸爸 阅读(763)
评论(0) 编辑 收藏
呵呵,不知道为何新建项目之后,这个东西就不见了,我觉得还是很有用的:
Global setup:
Download and install Git
git config --global user.name "yuanqixun"
git config --global user.email yuanqixun@gmail.com
Next steps:
mkdir activiti-modeler
cd activiti-modeler
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin git@github.com:yuanqixun/activiti-modeler.git
git push -u origin master
Existing Git Repo?
cd existing_git_repo
git remote add origin git@github.com:yuanqixun/activiti-modeler.git
git push -u origin master
Importing a Subversion Repo?
Click here
When you're done:
Continue
https://repository.sonatype.org/content/repositories/forge-sites/m2eclipse-egit/0.13.0/N/0.13.0.201103031543/
https://repository.sonatype.org/content/sites/forge-sites/m2eclipse-subversive/0.13.0/N/0.13.0.201103011512/