This commit is contained in:
2026-03-30 14:24:36 +00:00
parent b69cc789b1
commit 01cf320c2e

View File

@@ -56,7 +56,7 @@ def main [pr_number?: int] {
^mkdir -p $base
print $"Cloning ($repo) PR #($pr.number): ($pr.title)"
gh repo clone $repo $dest
jj git clone $"https://github.com/($repo).git" $dest
do {
cd $dest