# Test **Repository Path**: zengzhao8/Test ## Basic Information - **Project Name**: Test - **Description**: 我的第一个Git项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` git clone xxx git add . -->添加到暂存区 git commit -m"xxxx" -->添加到版本库 git push -->推送到远程 git log -->查看日志信息 git status -->看仓库的状态 git reset --hard xxxx -->版本回退 git pull -->获取远程库的最新信息 ```