码迷,mamicode.com
首页 > Windows程序 > 详细

windows git

时间:2020-02-08 09:19:12      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:git   hub   ash   推送   git fetch   创建   ror   git add   win   

先在国内的镜像 下载git windows https://npm.taobao.org/mirrors/git-for-windows/

下载完,直接安装

先在github上面创建仓库,然后在代码所在文件使用git bash如下推送代码

 

 

git init
git remote add origin https://xxx@xx.git
git fetch
git branch master origin/master
git checkout master
然后你就可以用
git add .
git commit -m “提交信息”
git push origin master

windows git

标签:git   hub   ash   推送   git fetch   创建   ror   git add   win   

原文地址:https://www.cnblogs.com/Jomini/p/12275289.html

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