
常用命令及教程
文章平均质量分 86
段小苏学习之路
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git 常用命令
查看、添加、提交、删除、找回,重置修改文件注:co 即 checkout br 即 branchgit config user.name 设置git用户名git config user.email 设置git邮箱git help # 显示command的helpgit show # 显示某次提交的内容 git show $idgit co --原创 2017-03-30 16:14:13 · 316 阅读 · 0 评论 -
ADB 常用命令
ADB很强大,记住一些ADB命令有助于提高工作效率。 获取序列号: adb get-serialno查看连接计算机的设备: adb devices重启机器: adb reboot重启到bootloader,即刷机模式: adb reboot bootloader重启到recovery,即恢复模式: adb reboot recover原创 2017-03-30 16:28:54 · 260 阅读 · 0 评论 -
fastboot 常用命令
一. 帮助说明 usage: fastboot [ ] commands: update reflash device from update.zip flashall "flash boot" + "flash system" flash [ ] write a file to a flash partition erase原创 2017-03-30 16:32:58 · 8231 阅读 · 0 评论 -
ubuntu下git搭建服务器(gitosis)
ubuntu下git搭建服务器(gitosis) - 简...转载 2018-06-27 13:55:34 · 915 阅读 · 0 评论