#4862·allennlp

save git status when run commands

Author: tshu-wCreated Dec 14, 2020Updated Aug 10, 2022
LabelsGood First IssueContributions welcomeFeature request

Sometimes after changing many versions of the code, I'm confused about how I got this result. It would be nice if allennlp could log the current git status to serialization_dir when running train command.

Here is an example of a transformers record(git_log.json):

{
    "repo_id": "<git.repo.base.Repo '/data/wts/transformers/.git'>",
    "repo_sha": "b01ddc9577b87f057e163d49563ee3f74f4810cf",
    "repo_branch": "master",
    "hostname": "XXX-GPUSERVER-144"
}