mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
9 lines
200 B
Bash
Executable File
9 lines
200 B
Bash
Executable File
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 origin Revo
|
|
|