What does '$' do in a git commit message?

by hal.littel , in category: Third Party Scripts , 8 months ago

What does '$' do in a git commit message?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by raphael_tillman , 8 months ago

@hal.littel 

In a git commit message, the '$' is not typically used as a special character. It is simply used in command line examples to indicate the prompt. It is not necessary to include the '$' when writing a commit message in git.

Related Threads:

How to commit without message in git?
How to change a git commit message in bitbucket?
How to git pull with custom commit message?
How to search commit message in bitbucket?
How to exclude files from a git commit?
How to commit changes to the Git repository?