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

Git的使用

时间:2019-08-30 23:33:52      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:图片   mit   mamicode   alt   依次   master   执行   bsp   com   

一、配置全局用户名和邮箱

git config --global user.name  "你的用户名"

git config --global user.email "你的邮箱"

技术图片

二、打开项目所在文件夹, 在文件夹上右键运行: git bash here

三、依次执行如下命令

git init

git add src

git commit -m  "first commit"

git remote add origin https://github.com/‘git地址‘

git push  -u origin master

Git的使用

标签:图片   mit   mamicode   alt   依次   master   执行   bsp   com   

原文地址:https://www.cnblogs.com/kiero/p/11437482.html

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