Setting Up Tracked Emails

Add tracked emails to ensure commits from different accounts are properly linked to your profile.

Why do I need tracked emails?

Git commits are associated with the email address configured in your local git settings. If this email differs from the one you use to sign in to Clocktopus, your commits won't be automatically linked to your account. Adding tracked emails ensures all your commits are tracked correctly, regardless of which email you use in git.

1

Check Your Git Email

Find out which email your commits are using.

Run this command in your terminal to see your configured git email:

git config user.email

If this email is different from your Clocktopus login email, you need to add it as a tracked email.

2

Navigate to Git Webhook settings

Open the Git Webhook settings to manage tracked emails.

Please sign in to access your settings.

3

Find Tracked Emails

Locate the Tracked Emails section on the Git Webhook page.

On the Git Webhook settings page, find the Tracked Emails section. This is where you can manage all the email addresses associated with your account.

4

Add Your Git Email

Add the email address used in your git config.

Click the Add button and enter the email address from your git configuration.

You can add multiple tracked emails if you use different emails for different repositories.
Once added, commits from this email will automatically be linked to your account.