一些常用又不常用的命令
数据库相关
连接redis : redis-cli -h host -p port -a "password"
连接mysql : mysql -u "username"-h host -p
连接pg: psql -U "username" -h host -p port
git相关
取消add git reset HEAD
pprof
go tool pprof -http :8088 http://******/debug/pprof/heap?debug=1