day01

今天学到什么

1.git的配置

  • 1.1 ssh的配置
ssh-keygen -t rsa -C 1234567@qq.com
01.png

02.PNG

03.PNG
将id-rsa.pub的内容复制到公钥里面
  • 1.2 git的三个区
04.png
git add . //添加到暂存区
git commit -m"xx" //添加到版本库
git push //推送到远程

2.vscode的环境配置

  • 2.1插件安装
安装open in browser
01.PNG
  • 2.1快捷的配置
将以下内容按后面的步骤粘贴进keybindings.json
[  
        { "key": "alt+/",  "command": "editor.action.triggerSuggest","when": "editorTextFocus" },  
        { "key": "ctrl+d", "command": "editor.action.deleteLines","when": "editorTextFocus" },  
        { "key": "ctrl+alt+down","command": "editor.action.copyLinesDownAction", "when": "editorTextFocus" },  
        { "key": "ctrl+alt+up", "command": "editor.action.copyLinesUpAction", "when": "editorTextFocus" },  
        { "key": "shift+enter", "command": "editor.action.insertLineAfter", "when": "editorTextFocus && !editorReadonly" }  ,
        {"key":"ctrl+w","command": "extension.openInBrowser" , "when": "editorTextFocus" }
    ]
01.png

03.PNG

05.PNG
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 今天学到了什么 1.git的配置 1.1ssh的配置 首先复制这条语句加上自己的邮箱号码1.png 打开码云,登录...
    idiot_teresa阅读 201评论 0 2
  • 今天学到什么? 1.SSH公钥配置 ssh-keygen -t rsa -C+邮箱 1.102.png 1.2添加...
    吴_群阅读 190评论 0 1
  • 今天学到什么 1.git的配置 1.1ssh的配置 打开码云中的个人设置 打开安全设置中的SSH公钥 将.ssh文...
    努力进化阅读 244评论 0 1
  • 今天学了什么 1.git的配置 1.1 ssh的配置 1.2 git的三个区 2.vscode的环境配置 2.1插...
    消暑绿豆汤阅读 296评论 1 1
  • 早上上班的时候,,宝宝开始知道用哭闹来留住妈妈,往往我都没有停下出发的脚步,时间不允许我再过多的停留,要工作,就要...
    赵淇淇阅读 154评论 0 0