So basically after you commit something on github and change a particular file, and then if someone else goes in and change that particular file , is there a way to just keep track changes made on just that one file??
Thanks
So basically after you commit something on github and change a particular file, and
Share
Each file on GitHub has an history link which will give you access to the list of commits including that specific file:
See my script for instance:
If you click on
History, you can then select any commit which included changes for that file:You will then see the changes for that specific file:
But don’t forget the ‘
Blame‘ button:It will display the file with all the contributions highlighted for you: