Git
自动生成 changelog
移步:https://github.com/myesn/generate-changelog-tests
Git: push or pull Github port 443 : Timed out
https://zhuanlan.zhihu.com/p/636418854
Git 配置 GitHub 令牌认证
Copy Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https…
利用 Git 实现文件同步
想使用一个 lightweight、free 的文件同步软件,浅找了一下都比较重,突然想到 Git,它原生支持多人分布式协作,并且都有 Git 服务器。 大概的原理是,监听本地目录下子文件和子目录的变化,在变化后自动 Commit,repo 接收到 Commit 后,会触发…
Git: 设置和取消代理
Copy git config --global https.proxy https://127.0.0.1:7890
Copy
git config --global --unset https.proxy