#git
Read more stories on Hashnode
Articles with this tag
1、git push /pull / clone 超时 显然这是网络问题。 配置/取消http代理(PS 端口根据实际情况填写) # 配置socks5代理 git config --global http.proxy 'socks5://127.0.0.1:1080' #...
场景 在很多开源的项目中,都使用了语义化格式的git commit,用来表达本次提交主要内容,旨在提高 Review Code 效率和统一协作方式。 简介 格式:<type>(<scope>): <subject> <scope>是可选的 例子 feat: add hat wobble ^--^ ...