Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
/ git-to-toggl Public archive

Git to Toggl is a git hook that sends commit message to the running time entry in Toggl.

License

Notifications You must be signed in to change notification settings

DJakosa/git-to-toggl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git to Toggl

Git to Toggl

Git to Toggl is a post commit git hook that takes commit message and adds it to the description of the running time entry in Toggl.

Prerequisite

How to use it

  • Put the post-commit file to the .git/hooks folder of your local repository.
  • Give it a chmod +x permission.
  • Edit the post-commit file and add your Toggle API key like API_KEY="your-api-key".
  • Run new time entry in Toggl.
  • The hook will trigger after you create a commit.
  • Commit message is appended to the time entry description with delimiter ;.

Something does not work?

:)

About

Git to Toggl is a git hook that sends commit message to the running time entry in Toggl.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages