# YeepayDemo **Repository Path**: cjqhut/YeepayDemo ## Basic Information - **Project Name**: YeepayDemo - **Description**: 易宝支付demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-08-14 - **Last Updated**: 2021-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YeepayDemo #### 小白测试 项目介绍 易宝支付demo #帮助文档 http://git.mydoc.io/?t=154701 ##本地建仓库并上传到git网站的命令 #在远程库上新建一个空仓库; #初始化本地已有的同名(和远程库名字相同)仓库; 1. git init 2. git remote add origin https://gitee.com/cjqhut/YeepayDemo.git 3. git pull --rebase origin master #将本地内容上传到远程仓库; 1. git add . 2. git commit "创建了demo" 3. git push origin master