I have tried googling this but havent found anything relavant to what im looking for. I have a few projects in android that i have rebased to the tip. After doing that I would like to move all the remaining projects to the tip.
The below command will checkout all the projects to the tag. repo forall -c "git checkout "
I would like to skip the ones that i have rebased manually.
Appreciate your help. Thanks!