Blog

从 Git 仓库中克隆特定文件夹

Learn how to efficiently clone a specific folder from a Git repository without downloading the entire project. This guide covers essential commands and techniques using Git's sparse checkout feature, allowing you to work only with the files you need. Perfect for saving time and bandwidth when dealing with large repositories.

2024年11月24日
Blog

【Starship】如何在终端(Terminal)显示Git用户信息以防止多用户commit错误

如何使用Starship在终端显示Git用户的详细信息,预防在处理多用户commit的时候出错。了解合适的工具和配置,使得git操作更加安全、有效。

2024年1月6日
Blog

git commit --amend --no-edit

when you want to amend a commit without changing the commit message

2023年10月30日