您的位置:首页 > 其它

map server

2016-05-11 21:26 316 查看
sshfs  username@host_ip:/home6/username/ server/
https://code.google.com/p/android/issues/detail?id=197931 https://android-review.googlesource.com/#/dashboard/self http://androidxref.com/ http://www.songho.ca/opengl/gl_pipeline.html
Specify manifest file to download code:

You can specify any manifest.xml file to download according code in your current workspace. The steps is below.

1、cp your.xml .repo/manifests/your.xml
2、repo init -m your.xml
3、repo sync -d -c -q

There is the method to retrieve the latest code of original branch.
1、repo init -m default.xml
2、repo sync -d -c -q


Use following commands to switch any branch in the current workspace.

$ repo forall -c 'git clean -df && git reset --hard HEAD' #clean your workspace

$ repo init -b <branch> #switch branch

$ repo sync
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: