Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的项目中有一个预提交挂钩 - 只是为了不提交损坏的代码:
python manage.py test some_app
它在命令提示符下可以正常工作,但在 IDE(不是 PyCharm,也不是 Aptana Studio 3)中不行。
我需要设置什么设置才能使 IDE 与钩子一起工作?
更新:我尝试了最新版本的 PyCharm——它确实支持 git 钩子。