摘要: function setCookie(cookieName, cookieValue, expires) { // 设置Cookie function getCookieName(cookieName) { //获取并返回与 cookieName 同名的 cookie 名称,允许大小写不同,如果不存 阅读全文
posted @ 2018-03-30 16:42 SKILL·NULL 阅读(186) 评论(0) 推荐(0) 编辑
摘要: $ git clone http://xxx.xxx.cn/liyafei/developer.gitCloning into 'developer'...remote: Counting objects: 10681, done.remote: Compressing objects: 100% 阅读全文
posted @ 2018-03-30 16:37 SKILL·NULL 阅读(5763) 评论(0) 推荐(0) 编辑
摘要: 查看本地分支:git branch -t 合并本地两个分支:git merge branchOne branchTwo 切换分支:git checkout branchName 将本地指定分支推送到远程指定仓库指定分支: git push 远程仓库地址 本地指定分支:远程指定分支 拉取远程指定仓库指 阅读全文
posted @ 2018-03-30 16:31 SKILL·NULL 阅读(200) 评论(0) 推荐(0) 编辑