Hypertopic / HyperGlosae

A Nelsonian hypertext infrastructure for digital humanities
11 stars 22 forks source link

Fix : Created documents should not be on the bookshelf of other people... (Fix#149) #171

Closed Nizreenana closed 4 months ago

Nizreenana commented 5 months ago

I, Ana, hereby grant to Hyperglosae maintainers the right to publish our contribution under the terms of any licenses the Free Software Foundation classifies as Free Software Licenses.

benel commented 5 months ago

Dear @Nizreenana, Here is how to change your email in an existing commit:

git commit --amend --author="Author Name <email@address.com>" --no-edit

And here is how to change it in future commits:

git config --global user. email "email@address.com"

Regards.