git使用、版本回滚:

git使用、版本回滚:

 创建仓库git init:

git使用、版本回滚:

 git使用、版本回滚:

Initialized empty Git repository in E:/s27/.git/--已在E:/s27/.Git中初始化空Git存储库/

git init 文件夹(新建一个文件夹并且初始化仓库)

git使用、版本回滚:

Reinitialized existing Git repository in E:/s27/.git/--在E:/S27/GIT/中重新初始化现有Git存储库

git status--查看状态:

git使用、版本回滚:

On branch master--在分支主机上

No commits yet--尚未提交

nothing to commit (create/copy files and use "git add" to track)--无需提交(创建/复制文件并使用“git add”跟踪)

Untracked files:(use "git add <file>..." to include in what will be committed)day52.txt--未跟踪的文件:(使用“git add<file>..”包含将提交的内容)第52天.txt

nothing added to commit but untracked files present (use "git add" to track)--没有添加到提交,但存在未跟踪的文件(使用“git add”跟踪)

相关推荐