常用命令

2025-03-04

记录常用的命令,避免用的时候又去查,太浪费时间了

常用GIT命令

  • 代理

开启代理

git config --global http.proxy http://192.168.0.239:7890
git config --global https.proxy http://192.168.0.239:7890

取消代理

git config --global --unset http.proxy
git config --global --unset https.proxy

Hugo命令

  • 编译命令
hugo server --buildFuture
常用git

车哥

咸蛋超人一枚.

Docker安装SSH服务

记账csl