From dda954a50037ce69760684c5c775019102907e00 Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 02:56:05 +0000 Subject: [PATCH] TinaCMS content update Co-authored-by: @cassidoo <1454517+cassidoo@users.noreply.github.com> --- src/posts/tina-co-author.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/posts/tina-co-author.md diff --git a/src/posts/tina-co-author.md b/src/posts/tina-co-author.md new file mode 100644 index 0000000..95875e0 --- /dev/null +++ b/src/posts/tina-co-author.md @@ -0,0 +1,24 @@ +--- +layout: ../layouts/BlogPost.astro +title: Adding co-authors to TinaCMS's Git commits +slug: tina-co-author +description: You can add co-authors to the TinaCMS bot now more easily +tags: + - meta + - technical +added: 2023-11-03T02:39:34.905Z +--- + +One of the things that bugged me since [starting using TinaCMS](https://blog.cassidoo.co/post/trying-tinacms/) was that the bot for the CMS did the GitHub commit for me, and I didn't get that juicy green square on my profile when I blogged. I thought a nice workaround would be to configure [Git commit co-authors](https://dev.to/cassidoo/co-authoring-git-commits-3gin), but they didn't have a way to customize the commit message yet. + +BUT after doing some poking in the TinaCMS Discord group about it, that's not an issue anymore! + +You can now go to your [TinaCMS settings](https://app.tina.io/account/settings) to add yourself! + +![](/assets/tinacmscoauthor.png) + +You'll need to add your GitHub username, but for your email, if you want to keep that private, you need to get that from GitHub. [Go to your email settings](https://github.com/settings/emails), and then scroll to the "Keep my email addresses private" to find the email address that GitHub made for you to keep your personal email private. + +![](/assets/primaryemailcoauthor.png) + +And now, HA, this post was written by me AND committed by me, using TinaCMS. Woo hoo!