Nick Papior

Results 601 comments of Nick Papior
trafficstars

Are you sure it checks it out? ```shell /usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || ... ``` that looks like...