Home Adding changes to last commit
Post
Cancel

Adding changes to last commit

To include new changes into the last commit, not to make a separate commit and rewrite history.

1
2
git add -u
git commit --amend --no-edit

No edit for not changing the message.

1
git push --force
This post is licensed under CC BY 4.0 by the author.

Deploying SpringBoot toy projects with Heroku

MLflow for managing versions and tracking ML models on cloud systems