标签: git
是否可以在git commit或git merge被触发之前修改文件,然后才能实际添加到develop分支历史记录中?怎么样?
git commit
git merge
develop
假设我想在提交或合并之前修改的所有.js文件的末尾放置一个/*js*/。
/*js*/