For security propose i thin it's better to make private "-p or --private" parameter as default
psycalc opened this issue · 1 comments
psycalc commented
For security propose i thin it's better to make private "-p or --private" parameter as default, In order So as not to accidentally publish secrets, passwords, etc.,
temporary solution it is alias gist in /home/username/.bash_aliases or .bashrc
alias gist="gist --private"
or
alias gist="gist -p"
Deleted user commented
I like this idea, especially as GitHub made it impossible to make public gists private, with the justification that it's "pointless" as it may have already been indexed by search engines (a warning for that would have sufficed, but oh well).