2018-05-13 11:50:44 -03: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-05-13 11:50:44 -03:00
|
|
|
git checkout Revo && \
|
|
|
|
git rebase master && git push --force origin Revo
|
2018-03-05 01:30:25 -04:00
|
|
|
|