Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can include the timestamp in the output of dokku/heroku git push by adding the --timestamps parameter to your git push command.

For example, if you want to push your changes to the master branch with timestamps included, you can use the following command:

git push heroku master --timestamps

This will include a timestamp for each command that is executed during the push process.