# GuliMall-Data-fb **Repository Path**: fb_wfb/guli-mall-data-fb ## Basic Information - **Project Name**: GuliMall-Data-fb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-11 - **Last Updated**: 2021-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Git 全局设置: git config --global user.name "不说" git config --global user.email "851417481@qq.com" 创建 git 仓库: mkdir guli-mall-data-fb cd guli-mall-data-fb git init touch README.md git add README.md git commit -m "first commit" git remote add origin https://gitee.com/fb_wfb/guli-mall-data-fb.git git push -u origin master 已有仓库? cd existing_git_repo git remote add origin https://gitee.com/fb_wfb/guli-mall-data-fb.git git push -u origin master