切换深色或浅色模式
处理git仓库,需要在目标文件夹内操作
git init
git status
git diff
git add .
git commit -m "message"
git push
git pull
git log