PS C:\GitHubRePo\noting> git commit -m 'dsddssd'
On branch main
Your branch is up to date with 'HelloWorld0328/main'.`
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
modified: FrontEnd/noting (modified content, untracked content)
no changes added to commit (use "git add" and/or "git commit -a")
I tried committing several times and deleted the repository several times. But it's still like this, please help me
PS C:\GitHubRePo\noting> git commit -m 'dsddssd'
On branch main
Your branch is up to date with 'HelloWorld0328/main'.`
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
modified: FrontEnd/noting (modified content, untracked content)
no changes added to commit (use "git add" and/or "git commit -a")
I tried committing several times and deleted the repository several times. But it's still like this, please help me.
git show HEAD? Does it match what you were expecting that commit to change?