Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はコミットでバックティック文字を頻繁に使用します。私も通常使用してコミットしますgit commit -m
git commit -m
このようなコマンドを実行すると
git commit -m "add `foo`"
Bash が実行を試みfooます。
foo
バックスラッシュを使用してバック\ティックをエスケープできますが、常にバックティックをエスケープしないようにするためのより良い解決策を望んでいます。
\