Merge "Just reset the repo instead of trying to co files"
diff --git a/functions b/functions
index af5a37d..c707e55 100644
--- a/functions
+++ b/functions
@@ -1259,7 +1259,7 @@
 
     # Undo requirements changes, if we made them
     if [ $update_requirements -eq 0 ]; then
-        (cd $project_dir && git checkout -- requirements.txt test-requirements.txt setup.py)
+         (cd $project_dir && git reset --hard)
     fi
 }