git技巧.md

fetch

1
2
# 清理本地无用分支
git fetch -p

保存 credentials

1
2
# 默认在 ~/.git-credentials
git config --global credential.helper store

git技巧.md
https://abrance.github.io/2024/04/17/domain/vsc/git技巧/
Author
xiaoy
Posted on
April 17, 2024
Licensed under