# GitHub 常用命令表

```bash
git status
git add .
git commit -m "Update project"
git pull --rebase
git push
```
