chiefwiggum 1.3.43 → 1.3.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.cjs +2 -2
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -1087,8 +1087,8 @@ async function setupProjectConfig() {
|
|
|
1087
1087
|
exitHint = "gh auth login";
|
|
1088
1088
|
exitCommand = "gh auth login";
|
|
1089
1089
|
} else if (ghCheck.reason === "not_github_repo") {
|
|
1090
|
-
exitHint = "
|
|
1091
|
-
exitCommand = "git remote
|
|
1090
|
+
exitHint = "Initialize repo with GitHub remote";
|
|
1091
|
+
exitCommand = "git init && git remote add origin https://github.com/you/repo.git";
|
|
1092
1092
|
}
|
|
1093
1093
|
const fallback = await select2({
|
|
1094
1094
|
message: "What would you like to do?",
|