This is a more reliable way to make sure you're building exactly the code you see in github.
Merging this as its a small change.
Based on this SO post https://stackoverflow.com/questions/1125968/how-do-i-force-git-pull-to-overwrite-local-files,
this PR changes to using `git reset --hard` in order to get the latest code from the default branch for packages it is building (when the -d flag is passed).
This is a more reliable way to make sure you're building exactly the code you see in github.
Merging this as its a small change.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Based on this SO post https://stackoverflow.com/questions/1125968/how-do-i-force-git-pull-to-overwrite-local-files,
this PR changes to using
git reset --hardin order to get the latest code from the default branch for packages it is building (when the -d flag is passed).This is a more reliable way to make sure you're building exactly the code you see in github.
Merging this as its a small change.