摘要:
$ git commit -m " merge master readme.txt"U bootAnimation.rarerror: commit is not possible because you have unmerged files.hint: Fix them up in the work tree, and then use 'git add/rm 'hint: as... 阅读全文
posted @ 2016-02-17 11:45
pengxinglove
阅读(5796)
评论(0)
推荐(0)
摘要:
git status # deleted: xxx.class # modified: xxx.xml 查看某个文件的历史,如什么时候被提交上去。 git log file git log –- xxx.class 直接 git log file 有时会出现下错误 fatal:ambiguous argument unknown revision or path not in the work... 阅读全文
posted @ 2016-02-16 16:24
pengxinglove
阅读(848)
评论(0)
推荐(0)
摘要:
your branch is ahead of ‘origin/xx” by 1 commit 说明本地commit还没有提交到中心服务当中。 查看远程分支的情况 git branch –a 将本地commit提交到远程服务器当中 git push 注意: 默认 其是将当前分支的log提交到远程中心 阅读全文
posted @ 2016-02-16 15:22
pengxinglove
阅读(867)
评论(0)
推荐(0)
摘要:
修改系统版本型号 pizza/build/tools/buildinfo.sh ro.build.bootdisplay.id= device/rockchip/rk30sdk/rk30sdk.mk PRODUCT_MODEL := 查看指定文件的修改 git log --pretty=onelin 阅读全文
posted @ 2016-02-15 17:34
pengxinglove
阅读(403)
评论(0)
推荐(0)
摘要:
1. clear 清屏 2. cp –r src des 复制文件夹 3. du –sh xxx_folder 查看文件夹的大小 如 du –sh pizza 结果显示 11G git 查看文件的git状态 http://phplaber.iteye.com/blog/1699926 [untracked files] ---> git add . ---> [changes to be ... 阅读全文
posted @ 2016-02-15 17:14
pengxinglove
阅读(241)
评论(0)
推荐(0)
摘要:
http://tool.chinaz.com/regex/ [\u4e00-\u9fa5]+\s*[,!?:]*[\u4e00-\u9fa5]+[,!?:]* tool.chinaz>切额地方地,方!<.com|ddd//大声夺地d在在地 方!:88 [\u4e00-\u9fa5] : 表示一下汉字 + 重复限定词: [1, 无限] \s : 空格 *: 重复限定词:[0,无限](表达可能有... 阅读全文
posted @ 2016-02-04 11:03
pengxinglove
阅读(374)
评论(0)
推荐(0)
摘要:
http://stackoverflow.com/questions/15051121/the-name-does-not-exist-in-the-namespace-clr-namespace 阅读全文
posted @ 2016-02-01 16:43
pengxinglove
阅读(1112)
评论(0)
推荐(0)
浙公网安备 33010602011771号