ardupilot/libraries/AP_HAL_F4Light/support/PULL_MASTER.sh
2018-03-05 15:00:18 +00:00

9 lines
208 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 RevoMini
git rebase master && git push origin RevoMini