Useful git commands

Change commit message in old commits

Very often we have situations where is needed to change commit message in old commits. Normally if we have problem with last commit message we can just use git rebase -i <commit_id>. But sometimes we need some commits in the middle of existing commits. The best way is to use rebase and reword

Screenshot_20231111_2032113
Popular Posts
Categories
Archives
Tags

There’s no content to show here yet.

Translate »