Is there a way to check out a previous version without rolling back?
Danny
3 months ago
I'd like to understand some of the changes I made from a previous version (2 versions ago), but I don't want to permanently roll back and lose the changes in the past two versions. Is that possible?
Andreas Møller
3 months ago
No unfortunately not yet
👍1
👍1
Danny
3 months ago
I'm sure it's coming eventually. Should I add that to suggestions or do you already have that thought stored away somewhere 🙂?
Lucas G
3 months ago
This one will be a welcomed update, yeah
Lucas G
3 months ago
This is probably the biggest thing I miss from working with git (though I only use it on my own, never in a team environment)
Andreas Møller
3 months ago
Rollback to a branch commit is probably mine
Maybe a better diff view for changes
Lucas G
3 months ago
Diff views on changes are very nice to have. It's one of those things that's not needed often but valuable to have when it is needed
Andreas Møller
3 months ago
We haven’t started working on this yet but It is very high on our priority list
Danny
3 months ago
Will be great to have once you get to it. Lots of good stuff to prioritize I’m sure. Since I’ve been in dev mode and my app isn’t live I’ve been to quick to commit without testing for breaking changes. I should be better about that 😬