If I accidently delete a file from a sandbox - how do I get it back?<br>
Or alternatively - if it exists - how to revert to the latest commited version of it?<br>
<br>
One way is to &quot;checkout&quot; a new project branch and copy the file from that branch<br>
to the current sandbox - but there must be an easier way, I guess?<br>
<br>
-Jesper<br>