Skip to content
aidun edited this page Jan 14, 2011 · 2 revisions

manuelles einchecken ohne repo-tool:

repo init -u git@github.com:godl-ik-e/android.git

repo start tools

Änderungen machen unterhalb von tools

git commit -m "msg"

git push https://aidun@github.com/godl-ik-e/android_tools.git HEAD:refs/heads/master

Clone this wiki locally