B
B
BlagoYar Silence2020-12-12 13:26:34
GitHub
BlagoYar Silence, 2020-12-12 13:26:34

How to track changes to a GitHub repository on Windows?

How can I copy someone else's repository to my PC and track changes?

PS. Already installed Git for Windows

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Korotenko, 2020-12-12
@BlagoYar

1. git clone
2. I would write some kind of script and run it periodically. In the presence of a new commit, he did something.
https://developer.github.com/v3/guides/getting-started/
3. (another option) either set up CI and add some step to the commit, let's say sending mail, or something else

A
Alexander, 2020-12-12
@NeiroNx

By subscribing to the ATOM feed
https://github.com/user/repo/commits/master.atom

V
Vasily Bannikov, 2020-12-12
@vabka

git fetch

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question