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 startto start a new topic branch.
- Edit the files.
- Use
git addto stage changes.
- Use
git committo commit changes.
- Use
repo uploadto upload changes to the review server.
沒有留言:
張貼留言