G:\mygitea\GitLearn\learn01 master ± $ git status On branch master Your branch is ahead of 'origin/master' by 1 commit. (use "git push" to publish your local commits)
Changes not staged for commit: (use "git add/rm <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) deleted: Readme.md
Untracked files: (use "git add <file>..." to include in what will be committed) readme
no changes added to commit (use "git add" and/or "git commit -a")
G:\mygitea\GitLearn\learn01 master ± $ git status On branch master Your branch is ahead of 'origin/master' by 1 commit. (use "git push" to publish your local commits)
Changes to be committed: (use "git restore --staged <file>..." to unstage) renamed: Readme.md -> readme
G:\mygitea\GitLearn\learn01 master $ git status On branch master Your branch is ahead of 'origin/master' by 1 commit. (use "git push" to publish your local commits)
G:\mygitea\GitLearn\learn01 master ± $ git status On branch master Your branch is ahead of 'origin/master' by 1 commit. (use "git push" to publish your local commits)
Changes to be committed: (use "git restore --staged <file>..." to unstage) renamed: Readme.md -> readme