2018-02-02 16:35:18 -04:00
|
|
|
git checkout master
|
2018-03-05 01:30:25 -04:00
|
|
|
git pull --rebase git://github.com/ArduPilot/ardupilot.git master
|
2018-02-02 16:35:18 -04:00
|
|
|
|
|
|
|
# Step 2: Merge the changes and update on GitHub.
|
|
|
|
|
2018-03-19 07:31:06 -03:00
|
|
|
git checkout Revo
|
|
|
|
git rebase master && git push origin Revo
|
2018-03-05 01:30:25 -04:00
|
|
|
|