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

初次快速使用git

时间:2020-06-02 18:50:03      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:first   remote   https   init   右键   文件夹   glob   http   user   

  • git全局设置

    1. git config --global user.name ‘非池中物’

    2. git cinfig --global user.email ‘103058 @qq.com‘

  • 创建git仓库

  1. 在码云创建仓库

  2. 在本地创建文件夹

  3. 右键打开Git Bush Here

  4. 初始化仓库 git init

  5. git add .

  6. git commit -m ‘first commit‘

  7. git remote add origin https://

  8. git push -u origin master

初次快速使用git

标签:first   remote   https   init   右键   文件夹   glob   http   user   

原文地址:https://www.cnblogs.com/wszzj/p/13032686.html

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