Git 更新live heroku应用程序而无需每次更新都键入最有效的方法?

Git 更新live heroku应用程序而无需每次更新都键入最有效的方法?,git,shell,Git,Shell,我发现自己在heroku上更新了一个live Rails应用程序,而不需要在git commit-m“description of change” 是否有命令或GUI应用程序允许我通过单击/行更新应用程序? 该行动将包括以下内容: git add . git commit -m "text" git push heroku master (我很清楚,这可能会打破TDD的最佳实践方法。)git add.&git commit-m“text”和&git-push-heroku-master?函数g

我发现自己在heroku上更新了一个live Rails应用程序,而不需要在
git commit-m“description of change”

是否有命令或GUI应用程序允许我通过单击/行更新应用程序?

该行动将包括以下内容:

git add .
git commit -m "text"
git push heroku master
(我很清楚,这可能会打破TDD的最佳实践方法。)

git add.&git commit-m“text”和&git-push-heroku-master?
函数gp(){git-add.&git-commit-m“$1”和&git-push-heroku-master}
?然后使用
gp消息