# GitCommand
**Repository Path**: jayeew/GitCommand
## Basic Information
- **Project Name**: GitCommand
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-10-09
- **Last Updated**: 2021-04-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 第一次
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/jiayiwang5/GitCommand.git
git pull origin master
git push -u origin master -f
# 此后
git add README.md
git commit -m "first commit"
git pull origin master
git push -u origin master