作为一名代码渣,虽然代码写得很烂,但多多少少也写了些了。听说大牛们都在用Bitbucket,瞻仰代码时却连git clone都不会也有点说不过去了,因此,我要入门!
参考:http://blog.jobbole.com/53573/ (中文)
https://confluence.atlassian.com/bitbucket/bitbucket-cloud-documentation-home-221448814.html(英文)
1、安装git https://git-scm.com/
2、注册用户并创建一个仓库 https://bitbucket.org
3、设置git
git config --global user.name "your_username"
git config --global user.email your_email@domain.c