…能调整。 --- How I configure my Git identities | benji git 技巧,使用 includeIf 来针对不同的 repo 使用不同的配置, git config 示例: [includeIf "hasconfig:remote..url:git@g…
[[ Git ]]
5 篇文章提到了此关键词
…s as folders with NFS](https://jvns.ca/blog/2023/12/04/mounting-git-commits-as-folders-with-nfs/) 把git 通过 FUSE 映射为 NFS ,这样可以把所有的 commit 都当做folder,可以在对应的folder 下直接看到对应…
…Garrit's Notes](https://garrit.xyz/posts/2023-11-01-tracking-sqlite-database-changes-in-git) 通过自定义git diff ,来显示 SQLite 文本化差异。 gitconfig [diff "sqlite3"] binary = true…
…需手动重新注册它。 --- What Doesn't Fit in Git 什么不应该放到 git中,比如 container image。其中提到了配置文件,理由是如果你部署了一个 Deployment,并且配置了 auto-scale group,现在因为流量变化,导致副本数发生变化,是否要同…
….fb.com/2022/11/15/open-source/sapling-source-control-scalable/) Sapling 一个与 git 兼容的 client。看上去配合reviewstack 可以解决 github review 困难的问题。…