Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6644947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:13:37+00:00 2026-05-26T00:13:37+00:00

We have a custom-made system to track client tasks/projects. We manually add a checklist

  • 0

We have a custom-made system to track client tasks/projects. We manually add a checklist and mark them off, often also adding the time it took for each point. This is very useful but a bit redundant, as we also provide the same information in git. So I’m thinking of somehow adding an extra parameter to git that allows me to indicate how long something took, and then extract this data and save it in a database (we normally use PHP/MySQL). How would one go about this?

I think of doing:

git commit -m "Adding search functionality" 15

And then somehow being able to extract the 15 (minutes) to process it later on, together with the description of this task, so that we do not have to add “Adding search functionality” which took 15 minutes separately. I’m thinking of a hook that takes this second parameter and uses it as a variable to be passed on to a PHP script. Is this feasible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T00:13:38+00:00Added an answer on May 26, 2026 at 12:13 am

    You can integrate your custom arguments into the commit message itself and then parse this later

    git commit -m "foo [15min]"
    

    or maybe

    git commit -m "bar [00:00:15]"
    

    Now its quite easy to find [] and parse the values within.

    Github, redmine, bitbucket (and so on) does something similar, when they link commits to issues and vice versa

    git commit -m "Fixed bug [Closes #42]"
    

    You should think about using a real bug/issue tracker instead of “a checklist” anyway.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have made a custom UserControl i Vb.net (windows application). How can I add
I have made a custom textbox that inherits from textbox. using System.Drawing; using System;
I have custom-made wizard system which so far has been quite suitable. For most
I have a custom made CMS system with a relatively small number (~1000) of
I have made a custom CMS and I'd like to make it multi-client while
I have a custom control that I made. It inherits from System.Windows.Forms.Control , and
Here's what I have: Custom-made C# CMS where the content is stored in a
I have a custom-made view that extends the View class. I would like 2
I have a custom module I made for Magento. From the admin, there is
I have a custom module I made to show featured products on the homepage.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.