-
In the Protege menu, select Preferences.
-
Click on: Annotate new entities with creator (user)
-
Creator property: Add http://geneontology.org/formats/oboInOwl#created_by
-
Creator value: Use user name
-
Check: Annotate new entities with creation date and time.
-
Date property: Add http://geneontology.org/formats/oboInOwl#creation_date
-
Check: ISO-8601
Select 'User name', and use the supplied user name; that is, your GOC identity.
Git needs to know who is committing changes to the repository, so the first time you commit, you may see the following message:
Committer: Kimberly Van Auken <[email protected]>
Your name and email address were configured automatically based on your username and hostname. Please check that they are accurate.
You can suppress this message by setting your name and email explicitly:
-
Type
git config --global user.name "Your Name"
-
Type
git config --global user.email [email protected]
. -
You can then fix the identity used for this commit by typing:
git commit --amend --reset-author
.