Tagged Questions
1
vote
1answer
141 views
git pull analogous to / opposite of git push -f?
Sometimes, esp. when I'm the only one working on a remote repository, I like rewriting the history with git rebase -i and git push origin master -f.
How do I do a forced git pull origin master ...