摘要:
1) 远程仓库相关命令检出仓库:$ git clone git://github.com/jquery/jquery.git查看远程仓库:$ git remote -v添加远程仓库:$ git remote add [name] [url]删除远程仓库:$ git remote rm [name]修... 阅读全文
摘要:
var jsl = typeof jsl === 'undefined' ? {}: jsl;jsl.format = (function() { function repeat(s, count) { return new Array(count + 1).join(s) ... 阅读全文