8000 GitHub - tomtangrx/hisui: 在EasyUI基础上修改出的前端库
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tomtangrx/hisui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hisui Build Status

在EasyUI基础上修改出的前端库 初始化git库

git init

远程定 6155

定义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 fetch origin blue83:blue83

拉取所有分支

git pull --all 或 git fetch --all

提交

git push -u origin master

About

在EasyUI基础上修改出的前端库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.1%
  • HTML 29.9%
  • Less 25.6%
  • CSS 0.4%
0