Open demvlad opened 1 week ago
Name | Link |
---|---|
Latest commit | 28e9635040d45ddd52ab9d86682604aeefb8eea1 |
Latest deploy log | https://app.netlify.com/sites/origin-betaflight-app/deploys/6736359bd635730008bf5284 |
Deploy Preview | https://deploy-preview-4248.dev.app.betaflight.com |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Please rebase
The work is restored after wrong rebase. Looked very simmilar during rebase, missed difference...
@nerdCopter how would you approach ?
Would suggest using git rebase -i HEAD~60
and pick first commit and drop all others.
And then probably git pull --rebase upstream master
sometimes i tend to
git checkout myBranch
git fetch --all
git merge upstream/master
git rebase -i upstream/master
this seems to keep my ordered commits, while rebasing upon master.
when i play with this stuff, i tend to make new test-branches try the commands, then either
The one code row changed only. Rebased master, created and push force new branch
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
The test result of BF, Configurator and explorer work are showed this
Improvement for "Added flight IMU pitch, roll, yaw attitudes to blackbox log" PR Added "Attitude" field in blackbox log list