Just prefix the space with a backslash. Eg: ``$ ls /foo/bar/my\ directory/``. With that backslash in place, you can continue your tab-completion.
For bash/zsh users: https://github.com/git/git/blob/master/contrib/completion/gi...
Just prefix the space with a backslash. Eg: ``$ ls /foo/bar/my\ directory/``. With that backslash in place, you can continue your tab-completion.
For bash/zsh users: https://github.com/git/git/blob/master/contrib/completion/gi...