{"id":20252690,"url":"https://github.com/techpulsetoday/append-actual-date-time-to-git-commit-message","last_synced_at":"2026-05-12T04:36:51.449Z","repository":{"id":178126858,"uuid":"156948252","full_name":"techpulsetoday/append-actual-date-time-to-git-commit-message","owner":"techpulsetoday","description":"Append actual date and time to git commit message","archived":false,"fork":false,"pushed_at":"2019-01-02T14:51:29.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T03:11:57.194Z","etag":null,"topics":["git","gitcommit","gitconfig"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techpulsetoday.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-10T04:45:31.000Z","updated_at":"2018-12-31T19:44:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ca9ba88-c255-4adf-ad29-35ea8957ed18","html_url":"https://github.com/techpulsetoday/append-actual-date-time-to-git-commit-message","commit_stats":null,"previous_names":["techpulsetoday/append-actual-date-time-to-git-commit-message"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techpulsetoday%2Fappend-actual-date-time-to-git-commit-message","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techpulsetoday%2Fappend-actual-date-time-to-git-commit-message/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techpulsetoday%2Fappend-actual-date-time-to-git-commit-message/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techpulsetoday%2Fappend-actual-date-time-to-git-commit-message/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techpulsetoday","download_url":"https://codeload.github.com/techpulsetoday/append-actual-date-time-to-git-commit-message/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241703674,"owners_count":20006241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","gitcommit","gitconfig"],"created_at":"2024-11-14T10:18:14.823Z","updated_at":"2026-05-12T04:36:46.427Z","avatar_url":"https://github.com/techpulsetoday.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# commit-msg\nAppend actual date and time to git commit message\n\n# Table of Contents\n1. [Enable git templates](#enable-git-templates)\n2. [Create a directory to hold the global hooks](#create-a-directory-to-hold-the-global-hooks)\n3. [Write your hooks in ```~/.git-templates/hooks.```](#write-your-hooks-in-git-templateshooks)\n4. [Make sure the hook is executable](#make-sure-the-hook-is-executable)\n5. [Re-initialize git in each existing repo](#re-initialize-git-in-each-existing-repo-youd-like-to-use-this-in)\n\n## Enable git templates:\n```shell\ngit config --global init.templatedir \"~/.git-templates\"\n```\nThis tells git to copy everything in ```~/.git-templates``` to your per-project .git/ directory when you run git init\n\n## Create a directory to hold the global hooks:\n```shell\nmkdir -p ~/.git-templates/hooks\n```\n\n## Write your hooks in ```~/.git-templates/hooks```:\nFor example, here's a commit-msg hook (located in ~/.git-templates/hooks/commit-msg):  \n```shell\nwget -N --no-check-certificate --content-disposition https://github.com/techpulsetoday/append-actual-date-time-to-git-commit-message/raw/master/commit-msg -P ~/.git-templates/hooks/\n```\n\n## Make sure the hook is executable:\n```shell\nchmod a+x ~/.git-templates/hooks/commit-msg\n```\n\n## Re-initialize git in each existing repo you'd like to use this in:\n```shell\ngit init\n```\nNOTE if you already have a hook defined in your local git repo, this will not overwrite it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechpulsetoday%2Fappend-actual-date-time-to-git-commit-message","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechpulsetoday%2Fappend-actual-date-time-to-git-commit-message","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechpulsetoday%2Fappend-actual-date-time-to-git-commit-message/lists"}