Amend Git Description

[Solved] Amend Git Description | Shell - Code Explorer | yomemimo.com
Question : amend commit change description

Answered by : unusual-unicorn-9hp2lsjr1ule

$ git commit --amend -m "Summary(Required)" -m "Description"

Source : https://stackoverflow.com/a/22909204/4331322 | Last Update : Mon, 24 Jan 22

Answers related to amend git description

Code Explorer Popular Question For Shell