jprendes / emception

Run Emscripten in the browser
Other
285 stars 35 forks source link

Fetch commit before resetting #17

Closed kevinaangstadt closed 1 year ago

kevinaangstadt commented 1 year ago

PR #14 limits the number of commits cloned, but this can lead to build failures (e.g., Issue #16) if new commits are pushed to the various project repositories. Before resetting to a specific commit ID, git fetch is performed to ensure that sufficient commit history is available in the local repositories.