S
S
Sergey Brovko2015-06-15 14:23:55
GitHub
Sergey Brovko, 2015-06-15 14:23:55

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

1 answer(s)
S
Sharlatan, 2015-06-15
@cyber01

Hi,
If the repository is cloned to the local machine, then see the commits for the file | directories:

$: gitk [filename]
# графический способ

$: git log [filename]
# консольный

View all changes for a file via a browser | directory directly:
USERNAME repository creator name
PROJECT repository name
BRANCH can be 'master' or another branch
BRANCH/PATH-TO-FILE-DIR I think it's clear
[2.1] View the change history of a file using Git versioning
[2.2] Inspecting a repository
[2.3] man git log - in your terminal git-log - Show commit logs
[2.4] Can GitHub show the history of changes made to one...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question