`
sillycat
  • 浏览: 2487231 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Git Project Init

 
阅读更多
Git Project Init

Recently I just worked a lot on bitbucket. I can not tell it is better or not comparing with github.com. But I do find out some differences.

Here is a new way to init the Git Project.

>mkdir /path/to/your/project
>cd /path/to/your/project
>git init
>git remote add origin https://yourname@bitbucket.org/yourname/projectname.git

echo “Carl Luo luohuazju@gmail.com” >> contributors.txt
git add contributors.txt
git commit -a -m “init the project"
git push origin master

References:
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics