Ask Your Question
4

How can I include timestamps in the output of dokku/heroku git push?

asked 2022-12-18 11:00:00 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-12-12 03:00:00 +0000

david gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-12-18 11:00:00 +0000

Seen: 14 times

Last updated: Dec 12 '22