vincentliu104 / Learning-Together

10 stars 0 forks source link

開發工具收集 #25

Closed vincentliu104 closed 4 years ago

vincentliu104 commented 6 years ago

tree-cli

npm install -g tree-cli
tree
tree -l 2 # max display depth = 2
tree -a # list all file
tree -f # '/' for directories

npm install -g doctoc
doctoc .
vincentliu104 commented 6 years ago

跟 VSCode 有關先收集到 #14

vincentliu99999 commented 6 years ago
# 更新 Git for Windows
git update-git-for-windows
# 檢查版本
git --version

# 有使用 choco 的話
choco upgrade git --version 2.18.0