You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
git checkout master && \ |
|
git pull --rebase git://github.com/ArduPilot/ardupilot.git master |
|
|
|
# Step 2: Merge the changes and update on GitHub. |
|
|
|
git checkout Revo && \ |
|
git rebase master && git push --force origin Revo |
|
|
|
|