上一页 1 2 3 4 5 6 7 8 ··· 23 下一页
摘要: git 查看某文件的修改历史 原文:http://www.cnblogs.com/Sir-Lin/p/6064844.html 常用: git log 查看仓库的commit记录,git log --pretty=oneline 只显示一行的commit记录 git log filename 查看某 阅读全文
posted @ 2017-04-19 10:55 杨博客 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 2.6 回滚错误的修改 Zhongyi Tong edited this page on 5 Dec 2015 · 3 revisions 2.6 回滚错误的修改 Zhongyi Tong edited this page on 5 Dec 2015 · 3 revisions 2.6 回滚错误的修 阅读全文
posted @ 2017-04-17 22:03 杨博客 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 原文地址: http://blog.csdn.net/renfufei/article/details/10210949 原文地址:HTML5′s async Script Attribute原文日期: 2010年09月22日翻译日期: 2013年08月22日 (译者注: 异步加载,可以理解为无阻塞 阅读全文
posted @ 2017-04-15 18:46 杨博客 阅读(201) 评论(0) 推荐(0) 编辑
摘要: https://github.com/geeeeeeeeek/git-recipes/wiki/2.6-%E5%9B%9E%E6%BB%9A%E9%94%99%E8%AF%AF%E7%9A%84%E4%BF%AE%E6%94%B9 2.6 回滚错误的修改 命令作用域常用情景 git reset 提交 阅读全文
posted @ 2017-04-05 11:19 杨博客 阅读(1167) 评论(0) 推荐(0) 编辑
摘要: 参考文章: MDN:https://developer.mozilla.org/zh-CN/docs/Web/API/Fetch_API MDN: https://developer.mozilla.org/zh-CN/docs/Web/API/GlobalFetch/fetch fetch-ie8 阅读全文
posted @ 2017-01-07 16:04 杨博客 阅读(626) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.ruanyifeng.com/blog/2011/09/curl.html 我一向以为,curl只是一个编程用的函数库。 最近才发现,这个命令本身,就是一个无比有用的网站开发工具,请看我整理的它的用法。 curl网站开发指南 阮一峰 整理 curl是一种命令行工具,作 阅读全文
posted @ 2016-12-28 17:55 杨博客 阅读(159) 评论(0) 推荐(0) 编辑
摘要: git log --pretty=oneline 文件名 查看文件修改日志 每天修改只显示一条git log 文件名 显示文件的修改记录git show commit的hash值 显示这次commit 所有修改的内容git log -p 显示文件修改的变动 阅读全文
posted @ 2016-09-13 14:44 杨博客 阅读(3408) 评论(0) 推荐(1) 编辑
摘要: http://javascript.ruanyifeng.com/nodejs/npm.html#toc23 https://docs.npmjs.com/getting-started/semantic-versioning npm i npm i npm uninstall npm uninst 阅读全文
posted @ 2016-09-01 11:08 杨博客 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 1. Auto-Completion在linux机器上安装完git后,默认不支持命令自动补全。对于bash用户来说,实现git命令补全非常简单:1) 下载git源码,cd至contrib/completion目录,找到git-completion.bash文件2) 将上述文件copy至个人home目 阅读全文
posted @ 2016-08-24 10:11 杨博客 阅读(412) 评论(0) 推荐(0) 编辑
摘要: You have an empty repository To get started you will need to run these commands in your terminal. New to Git? Learn the basic Git commands Configure G 阅读全文
posted @ 2016-07-29 17:23 杨博客 阅读(603) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 23 下一页