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

git 的使用

时间:2019-11-21 22:35:34      阅读:71      评论:0      收藏:0      [点我收藏+]

标签:就会   com   comm   复制   创建   git pull   bsp   info   pull   

1 :githup 上创建好项目后  复制路径  https://github.com/1017844505/test_dev02   

技术图片

 

 

 2 :git进入工作空间输入 ,项目就会下载到本地

   git clone https://github.com/1017844505/test_dev02

  git status  查看状态

  git  add .

  git add hello.py

  git commit -m "说明”

  git push origin master "提交“

  git pull origin master "拉取“

 

 

 

git 的使用

标签:就会   com   comm   复制   创建   git pull   bsp   info   pull   

原文地址:https://www.cnblogs.com/chenxiangs/p/11908814.html

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