
git
天青色等烟雨love
My Blog's http://blog.itrydo.com/
Android安卓开发官方文档国内镜像http://wear.techbrood.com/index.html
展开
-
github.com项目文件浏览工具(octotree)
今天给大家介绍一个github项目目录浏览工具 首先确保你使用的是Chrome(谷歌浏览器)并且你需要翻墙喽 点击获取更多扩展工具也可以直接点击这里进入 3. 输入octotree 4. 点击安装 随便进入一个github项目,做上角会有一个菜单点击即可看到美如画的文件目录结构啦原创 2015-05-23 10:25:33 · 1373 阅读 · 0 评论 -
git commit 回滚上一次的提交 等等一些常用命令
git撤销commitgit reset HEAD~1暂存(暂时保存修改的东西)git stash回复上一次暂存git stash pop克隆到指定目录git clone https://github.com/SublimeText-Markdown/MarkdownEditing.git ~/Library/Application\ Support/Sublime\ Text\ 2/Package原创 2016-11-01 17:37:24 · 4507 阅读 · 0 评论 -
git commit 回滚上一次的提交 等等一些常用命令
输入命令: git reset HEAD~1 初始化gitflow :git flow init 创建一个本地分支:git flow feature start gyj@doctor 结束一个分支:git flow feature finish gyj@doctor 暂存:git stash 回复上一次暂存:git stash原创 2015-01-29 16:33:57 · 6308 阅读 · 0 评论