git - Source control confusion -
im pretty new android development although ive been working on kernel time. questions is: ive made changes across modules in kernel , top level directory of kernel, if git diff or git status, shows changes ive made. fine.
now, coming android, ive made changes across multiple modules of android source , ive lost track of changes ive made. thought issuing git diff fetch me changes have gone android source. unfortunately, when did that, there message saying not git repository.
now how can find changes ive made in android source? should have go each individual module build/abi/bionic etc , git diff? other way?
the android project utilize git-repo manage git repositories.
so, see diff in android tree utilize repo diff
.
git git-repo
No comments:
Post a Comment