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.
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.emailIf this email is different from your Clocktopus login email, you need to add it as a tracked email.
Navigate to Git Webhook settings
Open the Git Webhook settings to manage tracked emails.
Please sign in to access your settings.
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.
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.
Related guides