希望明天越|

张尊娟

园龄:5年3个月粉丝:31关注:1

初次快速使用git

  • 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

本文作者:张尊娟

本文链接:https://www.cnblogs.com/wszzj/p/13032686.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。

posted @   张尊娟  阅读(160)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示
评论
收藏
关注
推荐
深色
回顶
收起