關於Git與ICS
之前有很多篇有關Git的介紹 在此推薦 Git魔法書 一次補完 ~!!! 其他文章: Adventure Book 2.0: 好物推薦: Git Adventure Book 2.0: most commonly used git commands Adventure Book 2.0: Repo 與 git Adventure Book 2.0: Git 如何切換不同版本 另外推薦: [RD水電工不會修水管] Git 簡單使用情境教學 -- 2011/11/15 突然 Google 把ICS放出來了請看 http://source.android.com/source/downloading.html 基本上應該一招 $ repo init -u https://android.googlesource.com/platform/manifest -b android-4.0.1_r1 但實在太擠了,可以改用這招: ex. git clone https://android.googlesource.com/platform/packages/apps/Launcher2.git 其他ICS相關文章: ICS 快要上市了但先review一下HC吧 Android 4.0 ICS ice cream sandwich 冰淇淋來 ...