Hikerpig's wiki
T

git

Meta

Related:

文章

小 tip

git config core.untrackedCache true
git config core.fsmonitor true # 这个在 windows 上的 2.33.0 git 似乎不支持?

排查问题

git connection slow

really-verbose-way-to-test-git-connection-over-ssh

GIT_SSH_COMMAND="ssh -v" git clone example

# or extra verbose
GIT_SSH_COMMAND="ssh -vvv" git clone example
Show Graph Visualisation