Answer the question
In order to leave comments, you need to log in
How can I track changes to only certain files on github?
Actually a subject. There is a git repository, you need to monitor the change of a certain directory / files. Those. when this section is modified by the author so that they can be easily tracked.
Is there anything that allows you to do something like this?
Answer the question
In order to leave comments, you need to log in
Hi,
If the repository is cloned to the local machine, then see the commits for the file | directories:
$: gitk [filename]
# графический способ
$: git log [filename]
# консольный
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question