Here are the basic repo commands:
mkdir myprojects
cd myprojects
repo init -u url_of_manifest.git -b manifest_branch -m manifest_xml
repo sync
If manifest_branchthere is master, -b masteryou can omit. If manifest_xml- default.xml, -m default.xmlmay be omitted.
, . . sample manifest-format.
, , , , . repo sync git .