I recently use GitHub and downloaded GitHub for Mac.
I noticed you can add an ‘extended description’ using GitHub for Mac. How do I add an extended description using the command line?
Can I add an extended description to an existing commit?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Run
git commitwithout a message and it’ll open up your favorite* text editor to write a commit message. Details on the format of the message will appear in the sample.First line is the short description. Leave a blank line after it. Everything else is the extended description.
*: for some values of “favorite”; results may vary