Package: git-buildpackage
Version: 0.8.18
Severity: wishlist

Hi,

Sometimes my local repo has skewed so badly or I just don't trust it
enough that just want to reset it to what is upstream. I'm currently
doing this with manual calls:

  git checkout pristine-tar
  git reset --hard origin/pristine-tar
  git checkout upstream
  git reset --hard origin/upstream
  git checkout master
  git reset --hard origin/master

.. as ``gbp pull --force`` seems to want to do a merge.

It would be great if there was a --reset option to do the above or some
equivalent thereof.


Best wishes,
-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-

Reply via email to