Skip to content

Commit 6b7ad2d

Browse files
committed
update
1 parent 995f519 commit 6b7ad2d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Android学习之路.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* <http://www.android-studio.org/>
66
* AOSP: <https://source.android.com/>
77

8+
* ADB: <http://adbshell.com/>
9+
810
* 安卓巴士: <http://www.apkbus.com/>
911
* eoeandroid: <http://www.eoeandroid.com/forum.php>
1012
* <http://www.anddev.org/>

VCS学习之路.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,13 @@ SVN本身并不提供这种强制写log的功能,而是通过一系列的钩
291291
* Commit message 和 Change log 编写指南:http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html
292292
* Writing a Friendly README: http://rowanmanning.com/posts/writing-a-friendly-readme/
293293
* GitHub Pages + Hexo搭建博客: http://crazymilk.github.io/2015/12/28/GitHub-Pages-Hexo%E6%90%AD%E5%BB%BA%E5%8D%9A%E5%AE%A2/
294-
* Hexo+Next搭建Github个人静态博客: http://www.cnblogs.com/cnfanhua/p/5167191.html
294+
* Hexo+Next搭建Github个人静态博客: <http://www.cnblogs.com/cnfanhua/p/5167191.html>
295295
* Git教程-分支和tag管理: http://blog.csdn.net/top_code/article/details/52336221
296296
* Publishing a Website on Bitbucket Cloud: https://confluence.atlassian.com/bitbucket/publishing-a-website-on-bitbucket-cloud-221449776.html
297297
* What are the git concepts of HEAD, master, origin? <https://stackoverflow.com/questions/8196544/what-are-the-git-concepts-of-head-master-origin>
298298
* How do I make Git use the editor of my choice for commits?: <https://stackoverflow.com/questions/2596805/how-do-i-make-git-use-the-editor-of-my-choice-for-commits>
299+
* 分支管理策略: <https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013758410364457b9e3d821f4244beb0fd69c61a185ae0000>
300+
* Bug分支: <https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137602359178794d966923e5c4134bc8bf98dfb03aea3000>
299301

300302
## install
301303

0 commit comments

Comments
 (0)