My personal environment setup
repo init -u manifest_repo -b manifest_repo_branch -m manifest_file -u: 用來指定存放manifest file的git repo位置 -b: 用來指定要使用manifest file git repo的哪個branch,default使用master branch -m: 用來指定要使用manifest git repo中的哪個manifest file,default使用default.xml。