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.
Use the "View > DAG..." window to display all of the commits in the entire project. This window is referred to as the "DAG" window. You can also launch the DAG standalone by running "git dag" or "git cola dag".
From the DAG window you can right-click on any commit and "Reset" either your branch and/or worktree to any previous commit.
You can also use the "Grab File..." context menu action to grab an older version of any file, from any commit.