#How do I return to a previous commit with Godot Git plugin
1 messages · Page 1 of 1 (latest)
The plugin doesn't support reset. You can do it manually in the terminal though.
Here is a handy guide for the git reset command, which you'll need
https://git-scm.com/book/en/v2/Git-Tools-Reset-Demystified
This is a missed opportunity in my opinion. Thanks for your help, I will definitely check out this link.