I am trying to run the following git command using windows terminal:
git submodule foreach --recursive 'git add --all'
Apparently there is a problem with '
. How can I escape that?
git add --all: -c: line 0: unexpected EOF while looking for matching `''
git add --all: -c: line 1: syntax error: unexpected end of file