versionpress / versionpress

Git-based version control for WordPress. Whoa!
https://versionpress.com/
2.6k stars 238 forks source link

Check out a specific hash in the history #685

Open danielbachhuber opened 8 years ago

danielbachhuber commented 8 years ago

If I want to explore WordPress at a particular state, it would be nice if I could check out a specific hash in the VersionPress history without having to fully roll back.

borekb commented 8 years ago

This probably depends on local branching (#687) but I agree, it would be useful. Maybe we could start by supporting creating clones at a certain revision.

(NB: I can imagine this working without the branching support but it could really be confusing to the users to be in a "detached HEAD" state.)