上传project到bitbucket

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 [email protected]/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


猜你喜欢

转载自blog.csdn.net/dishe/article/details/70230227