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
Various things that make it easier for me personally to use:
- Use an HTTPS pull URL (still the SSH push URL). This is because
pulling over HTTPS doesn't need authentication but pushing needs
me to tap my security key; cloning over HTTPS halves the number of
taps I need.
- Don't require libjsonnet.wasm to exist - we can just keep the existing
one from the gh-pages branch if there isn't a newly built one to use.
- Require running on a TTY and prompt the user for confirmation before
the push. Probably not what we want long term but I was running the
script a lot to check things and didn't want to actually push then.
0 commit comments