通用配置
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
网友评论