carl@twist:~/src/HDMI2USB-litex-firmware/firmware$ git rebase -i tv/master
Successfully rebased and updated refs/heads/fix479.
carl@twist:~/src/HDMI2USB-litex-firmware/firmware$ git push origin fix479
To github.com:CarlFK/HDMI2USB-litex-firmware.git
! [rejected] fix479 -> fix479 (non-fast-forward)
error: failed to push some refs to 'g...@github.com:CarlFK/HDMI2USB-litex-firmware.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
ok... Ill try the hint...
carl@twist:~/src/HDMI2USB-litex-firmware/firmware$ git pull origin master
From github.com:CarlFK/HDMI2USB-litex-firmware
* branch master -> FETCH_HEAD
Merge made by the 'recursive' strategy.
mocserver/csr_v0.json | 521 ++++++++++++++++
mocserver/grep_addrs.py | 163 +++++
mocserver/moc-server.py | 35 ++
mocserver/reg_v1.json | 1556 +++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 2275 insertions(+)
create mode 100644 mocserver/csr_v0.json
create mode 100644 mocserver/grep_addrs.py
create mode 100644 mocserver/moc-server.py
create mode 100644 mocserver/reg_v1.json
carl@twist:~/src/HDMI2USB-litex-firmware/firmware$ git push origin fix479
To github.com:CarlFK/HDMI2USB-litex-firmware.git
! [rejected] fix479 -> fix479 (non-fast-forward)
error: failed to push some refs to 'g...@github.com:CarlFK/HDMI2USB-litex-firmware.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Are you sure helping me untangle my mess is worth it?