# hisui **Repository Path**: cpanmac/hisui ## Basic Information - **Project Name**: hisui - **Description**: 在EasyUI基础上修改出的前端库 - **Primary Language**: CSS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2018-09-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hisui 在EasyUI基础上修改出的前端库 初始化git库 > git init # 远程定义 定义origin指向hisui库 > git remote add origin https://github.com/wanghc/hisui.git # 也可以用ssh方式定义origin指向hisui库 ssh - 速度快但公司可能限制端口--提交时要加入ssh公钥到github > git remote add origin git@github.com:wanghc/hisui.git # 拉取 > git pull origin master # 提交 > git push -u origin master