Need help with version control

I created a new branch on the initial version,but I have forgot to set checkpoint to save the current version
。How can I retrieve the previous version?

Screenshot 2020-09-04 at 10.01.01 AM

You will always get an option to reset to the checkpoint before your most recent change. Simply restore that. Hope this helps!

Not 100% sure what you mean here.

If you created a branch from a master checkpoint but you still have changes that haven’t been committed yet, you can switch back to master. The changes should still be there, and you can commit them to a new checkpoint.

If you want to bring those changes to the branch, after you have created the new checkpoint you can merge master to the branch you’ve just created.

I found the previous version according to your method. Thank you!

Thank you!

1 Like