Skip to content

Difference between "updated_at" and "pushed_at" in repositories list response #24442

Answered by Wabri
docc46 asked this question in API and Webhooks
Discussion options

You must be logged in to vote

Hi @docc46,

Welcome to the Github Community Forum!

Hi, can I get more detailed info on what’s the difference between these two fields in

pushed_at will be updated any time a commit is pushed to any of the repository’s branches.

updated_at will be updated any time the repository object is updated, e.g. when the description or the primary language of the repository is updated. The difference is that pushed_at represents the date and time of the last commit, whereas the updated_at represents the date and time of the last change the the repository. A change to the repository might be a commit, but it may also be other things, such as changing the description of the repo, creating wiki pages…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@zoe-y-zuo
Comment options

@clayne
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API and Webhooks Discussions and conversations related to APIs or Webhooks
4 participants