标签: git shell
我发现自己在heroku上更新了一个实时的Rails应用程序,而无需在git commit -m "description of change"
git commit -m "description of change"
是否有命令或GUI应用程序允许我通过一次点击/一行更新应用程序?
该行动将包括以下内容:
git add . git commit -m "text" git push heroku master
(我完全清楚这可能会破坏TDD的最佳实践方法。)