# gitTest **Repository Path**: guo_jiajun/git-test ## Basic Information - **Project Name**: gitTest - **Description**: 用简单的语言描述一下吧 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-01 - **Last Updated**: 2022-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 查看本地与远程的差异 ```bash git fetch # git pull = git fetch + git merge git status # 如果本地版本落后,要先merge才能再pull ```