Posted on 2011-05-20 17:42
貝貝爸爸 閱讀(765)
評論(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/