美文网首页
新电脑配置

新电脑配置

作者: 翻开日记 | 来源:发表于2021-05-14 10:27 被阅读0次

    通用配置

    Git

    • 新建快捷键
    git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
    cat ~/.gitconfig
    
    
    • 显示内容
    [user]
            name = weixianwei
            email = xianwei.wei@amh-group.com
    [alias]
            lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
            ss = status
            br = branch
            co = checkout
    
    

    VScode

    通用插件

    • Chinese

    • GitLens

    • Git History

    • Remote-SSH

    • Remote-WSL

    • Material Theme

    Python插件

    • Python

    • Python Docstring Gnerator

    • Python Snippets

    • Code Runner

    • Kite AutoComplete AI Code

    设置

    Windows相关

    g++编译

    相关文章

      网友评论

          本文标题:新电脑配置

          本文链接:https://www.haomeiwen.com/subject/aqxqjltx.html