feat(create): suggest initial Git commit - #2581
Open
fengmk2 wants to merge 10 commits into
Open
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
fengmk2
force-pushed
the
feat/create-git-next-step
branch
from
August 30, 2026 15:07
6034223 to
a71b0bb
Compare
fengmk2
force-pushed
the
feat/create-git-next-step
branch
from
August 31, 2026 03:20
79bd497 to
0220a72
Compare
fengmk2
marked this pull request as ready for review
August 31, 2026 14:59
fengmk2
requested review from
TheAlexLichter and
cpojer
and removed request for
TheAlexLichter
August 31, 2026 14:59
cpojer
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
vp create --gitstill initializes a Git repository without creating a commit. If Git initialization succeeds, the command prints an optional commit step.The step uses
git -C <project>for each Git operation. It does not change the shell working directory.The command accepts target paths that contain spaces or shell metacharacters. It quotes these paths in the suggested Git and next commands.
The command omits the commit step when Git initialization does not run or fails. CLI snapshots cover spaces, shell metacharacters, and CJK parent paths.