I am using Mplab X IDE ver 5.45 user graphical interface for for versioning in Git. When I want to checkout a particular commit the menu gives the option "Checkout revision" or "Checkout files". Could someone please explain which is the difference? (I am not expert in Git).
Moreover: is there any kind of CLI console in Mplab to give git commands and read git messages?
Thanks for the attention.
The MPLAB® X Integrated Development Environment (IDE) thread suggests:
git restore
)git switch
)However, that same thread mentions (in 2017, so it might have changed):