码迷,mamicode.com
首页 > 其他好文 > 详细

git 命令行 修改文件 并push(阿里云)

时间:2017-08-05 14:10:39      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:阿里云   git push   需要   访问权限   path   发布   key   file   one   

==============安装git后的准备
https://code.aliyun.com/profile/keys
https://code.aliyun.com/help/ssh/README

==============首先将源码checkout到本地
找到你要放源码的目录,空白处 右键>>Git Bash Here,,然后执行下面命令即可获取源码

git clone git@code.aliyun.com:youproject.git

==============拿着你最新的源码 覆盖相应的yourfile.html文件,下面以 yourpath/yourfile.html 为例
git add yourpath/yourfile.html
git commit -m "add ttttt"
git push

============== 去crp.aliyun.com 执行 发布任务 即可(需要有源码的访问权限 才能发布)

https://crp.aliyun.com/projects/。。。。

 

git 命令行 修改文件 并push(阿里云)

标签:阿里云   git push   需要   访问权限   path   发布   key   file   one   

原文地址:http://www.cnblogs.com/duanweishi/p/7290007.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!