Skip to content

Instantly share code, notes, and snippets.

@m3y54m
Created October 4, 2021 11:54
Show Gist options
  • Save m3y54m/1bfe8ae84590c1d597465584489ed67c to your computer and use it in GitHub Desktop.
Save m3y54m/1bfe8ae84590c1d597465584489ed67c to your computer and use it in GitHub Desktop.
Git commit with comment + multi-line description
git commit -m "Short comment" -m $'Long description first line \n Second Line \n Third line'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment