新电脑配置

2021-05-14  本文已影响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

通用插件

Python插件

设置

Windows相关

g++编译

上一篇 下一篇

猜你喜欢

热点阅读