# fbb **Repository Path**: ioswxf/fbb ## Basic Information - **Project Name**: fbb - **Description**: No description available - **Primary Language**: Objective-C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-05-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 常用GIT命令 tips: 先commit 再pull 再push! pull操作必须在push操作之前!!! cd /Users/wxf/Desktop/housebaby // 项目所在目录 git commit -m “本次提交的说明” -a // commit本地提交 git pull // pull代码 git push // push代码