1
我與AOSP
這是由repo
命令(http://source.android.com/source/using-repo.html)回購/混帳復歸聲明在一個月前
下載的源代碼工作現在,我需要得到,因爲它是1個月前的所有存儲庫。
我發現這裏的解決方案(http://alexpeattie.com/blog/working-with-dates-in-git/):
git revert [email protected]{"1 month ago"}
但我不能做在AOSP源代碼樹。
我試圖做到這一點:
repo forall -c git revert [email protected]{"1 month ago"}
但它不工作,因爲沒有master
分支在AOSP repo
所有git
庫。
有沒有解決方法?