How to escape single quotes in stash readme

Abhijit Tomar August 26, 2015

Hello,

 

how can i escape the single and double quote characters in Stash ? i have a readme.md file which has text like

git commit -m "comment"

but it shows up as

git commit  �m �comment>�

i have tried using the \ to escape these characters but that results in

git commit \�m \�comment>�

please help

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Mibex_Software
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 26, 2015

Hi,

I would put this command in a code block:

```
git commit -m "comment"
```

Hope this helps.

Cheers,

Michael

TAGS
AUG Leaders

Atlassian Community Events