onecoders / Knowledge

Accumulation
0 stars 2 forks source link

bitbucket #39

Open onecoders opened 10 years ago

onecoders commented 10 years ago

Try this https://bitbucket.org

onecoders commented 10 years ago

How to configure bitbuctet git repository in eclipse http://crunchify.com/how-to-configure-bitbucket-git-repository-in-you-eclipse/

onecoders commented 10 years ago

http://www.cnblogs.com/chjw8016/archive/2012/11/08/2760286.html

onecoders commented 10 years ago

git init git add . git commit -m 'version 1.2.6' git remote add origin git@bitbucket.org:boliquan/ylife.git git push origin master

onecoders commented 10 years ago

To ignore the gen and bin in eclipse 1.Team - select ingnore item for each folder: gen and bin 2.push the .gitingnore added up to bitbucket 3.clear project 4.push the remove processes on bin and gen