You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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).
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"
The text was updated successfully, but these errors were encountered: