http://source.android.com/source/version-control.html
1) Download repo:
$ curl http://android.git.kernel.org/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
$ set path to ~/bin/repo
2)
Basic Workflow
- Use
repo start
to start a new topic branch.
- Edit the files.
- Use
git add
to stage changes.
- Use
git commit
to commit changes.
- Use
repo upload
to upload changes to the review server.
沒有留言:
張貼留言