Forum Discussion
list_mistacc
Apr 11, 2025Copper Contributor
Regarding changing the git push timestamp on azure repository
Hi! I had first used git rebase for editing the particular committer and saved and proceeded with GIT_COMMITTER_DATE="2025-04-10T15:30:00" git commit --amend --no-edit --date "2025-04-10T15:30:00" ...
Kidd_Ip
Apr 14, 2025MVP
The push date in Azure DevOps represents the precise moment a commit is pushed to the remote repository. This timestamp is automatically recorded and governed by Azure DevOps, making it immutable, even when the author or committer dates are adjusted locally. This design upholds the repository's integrity and ensures reliable traceability.