上传project到bitbucket

来源:互联网 发布:tower git for mac 编辑:程序博客网 时间:2024/05/29 19:42

1. 生成 公钥,并上传至bitbucket的user access management -> ssh key -> add key

2. Create a repository in Bicket

3. Go to your locale file, and exec following command


  git config --global user.email "xxxx@xxxx"
  git config --global user.name "fiona"
  git clone git@bitbucket.xxxx/webtop_tool_mx_special_user_provision.git
  git add msg_folder/
  git add server_config.txt
  git add sm.pl
  git add special_user_provision.sh
  git add user_folder/
  git commit -m "special user user data provison"

  git push -u origin master


0 0
原创粉丝点击