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
when gisting stdin default to filename 'gistfile1.txt' instead of '-'
fixes#235
test plan:
```
- ensure you're signed in (ie. have a token)
% gist Gemfile
# check gist, filename should be 'Gemfile'
% jot 5 | gist
# check gist, filename should be 'gistfile1.txt'
% jot 5 | gist Gemfile -
# check gist, filenames should be 'Gemfile' and 'gistfile1.txt'
```
0 commit comments