Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mkdir android-kernel cd android-kernel git clone https://android.googlesource.com/kernel/common cd common git log --pretty=oneline --format="%Cgreen%h %Creset%s" \ --grep="Linux 2.6." -n 20
现在它没有给出任何输出并且git log也是空的。
git log
现在请告诉我我必须做什么。