First of, I rebased on master:
A - B - C
\
D' - E'
Then, the master got reverted few commits back, so remotely it looks like:
A - B
While locally, my dev branch still has the C
commits. Is it safe to do a
git pull origin master
git rebase master
Won't some of the commits duplicate? What is the proper way to get back to
A - B
\
D' - E'