Wednesday, March 7, 2018

How to Check History of a file in Git

Check History of a file in Git:-
It's very simple to check changes made in particular file through command line tool

gitk Path-to-file
e.g. gitk /home/username/projects/Demo/PDFUtil.java

 Path-to-file can be complete path or relative path to any file.
Note:- you need to have git version control system installed on your system.



No comments:

Post a Comment