Closed jkawamoto closed 8 years ago
git pushlooks outputting a repository URL which contains the github access token, and it is not censored. I think stdout (or stderr) of git push should be forwarded to /dev/null.
git push
/dev/null
git push
looks outputting a repository URL which contains the github access token, and it is not censored. I think stdout (or stderr) ofgit push
should be forwarded to/dev/null
.