Drop features to reduce friction on first use #395

Open
noerw wants to merge 5 commits from noerw/tea:drop-features into main

5 Commits

Author SHA1 Message Date
472d105a3c document more assumptions
Some checks failed
continuous-integration/drone/pr Build is failing
2021-09-04 15:26:08 +02:00
b9e11cb33b pr create: add --head-repo flag
the previous way to specify a fork head (owner:branch) remains functional
2021-09-04 15:20:30 +02:00
a945b62c81 remove ssh support
for git operations, rewrite SSH remote urls as https internally

this currently requires a custom patch of gogit to implement
dynamically setting the remote URL for fetch/push operations:
https://github.com/go-git/go-git/issues/173
2021-09-04 10:28:13 +02:00
6c3d1358a6 --repo: drop support for local repos
if you need to operate on a different local repo, `cd` to it first
2021-08-31 10:45:57 +02:00
16f7670f8d drop --remote flag
replacement: If you need to specify a different remote repo, just use the --repo flag explicitly
2021-08-31 10:36:11 +02:00