Skip to content
Alexx'Log
Posts
Tags
About
Archives
Search
Home
»
Tags
»
git
Tag: git
All the articles with the tag "git".
用 Git Patch 管理本地调试改动,避免误提交
5 Jun, 2026
记录一种简单实用的本地改动管理方式:把调试专用修改保存成 patch,再用 Git hook 防止误提交到线上仓库。