how to get the previous version of project once it is committed using GIT COLA GUI.
I have a C++ file in the project. i created that file on 13th feb. i made changes to that file on 14th feb and saved it. now i want to get back to version dat was saved on 13th feb. so how to do this using GIT COLA. this project is in GIT repository.
I don't seem to find that option directly through Git Cola.
Don't forget that, in command line, it is very easy to checkout by date:
If you are talking just about the previous revision
I should mention, as detailed in this blog post, that
@{a date}refspec won't always work: