
Sign up to save your podcasts
Or


This show has been flagged as Clean by the host.
When attempting to push commits to a remote repository, git rejected
Result:
After resolving with git rebase there was a new problem. commit
The solution
git push --force
Here are all the commands used in this adventure, in order:
git status
git fetch origin
git log --oneline --graph --all --decorate -15
git show origin/main --stat
git rebase origin/main
git add WorkLog.Desktop/src/qml/main.qml
git show --stat HEAD
git filter-branch -f --msg-filter 'sed ...' 7459345..HEAD
git rebase -i 7459345 --exec 'git commit --amend -m "$(git log --format=%B -n1 | sed ...)"'
git log --format="%B" -1 HEAD
git push --force
Provide feedback on this episode.
By Hacker Public Radio4.2
3434 ratings
This show has been flagged as Clean by the host.
When attempting to push commits to a remote repository, git rejected
Result:
After resolving with git rebase there was a new problem. commit
The solution
git push --force
Here are all the commands used in this adventure, in order:
git status
git fetch origin
git log --oneline --graph --all --decorate -15
git show origin/main --stat
git rebase origin/main
git add WorkLog.Desktop/src/qml/main.qml
git show --stat HEAD
git filter-branch -f --msg-filter 'sed ...' 7459345..HEAD
git rebase -i 7459345 --exec 'git commit --amend -m "$(git log --format=%B -n1 | sed ...)"'
git log --format="%B" -1 HEAD
git push --force
Provide feedback on this episode.

1,952 Listeners

418 Listeners

168 Listeners