`git archive master --format=zip > \`git describe master\`.zip`
用反斜杠无效唉
用反斜杠无效唉
1
zythum Jan 10, 2013
= =. 不知道..
要不用段落把 ``` git archive master --format=zip > `git describe master`.zip ``` |
2
lianghai Jan 10, 2013 试试这个:
http://daringfireball.net/projects/markdown/syntax#code To include a literal backtick character within a code span, you can use multiple backticks as the opening and closing delimiters: ``There is a literal backtick (`) here.`` |
3
eth2net Jan 10, 2013 最外层连续两个反引号
``git archive master --format=zip > `git describe master`.zip`` |
4
zythum Jan 11, 2013
楼上正解
|
5
monsterxx03 OP |