---
title: "Copilot for Commit Messages"
slug: copilot-for-commit-messages
canonical_url: https://nerdymomocat.github.io/posts/copilot-for-commit-messages/
collection: Stream
published_at: 2023-11-26T00:00:00.000Z
updated_at: 2023-11-26T00:00:00.000Z
tags: 
  - LLMs
  - Coding
author: "Nerdy Momo Cat"
---

## Navigation Context

- Canonical URL: https://nerdymomocat.github.io/posts/copilot-for-commit-messages/
- You are here: Home > Posts > Stream > Copilot for Commit Messages

### Useful Next Links
- [Home](https://nerdymomocat.github.io/)
- [Bundles](https://nerdymomocat.github.io/collections/bundles/)
- [Logbook](https://nerdymomocat.github.io/collections/logbook/)
- [Notes](https://nerdymomocat.github.io/collections/notes/)
- [Stream](https://nerdymomocat.github.io/collections/stream/)

If my repo has any commit message other than "huh?", "what", "done", "commit", it is because of this tiny lifesaver by [@code](https://twitter.com/code). I don't even know where it is coming from (Copilot, internal, extension) -- but it has made things a lot easier!

[![A screenshot of a version control panel within Visual Studio Code. It highlights a feature where commit messages can be auto-generated using AI. The user interface shows a text box where a message "Fix sitemap filter and update site logo" has been typed, likely as a commit message for version control. There's also a tooltip visible with the option to "Generate Commit Message", indicating the AI's assistance in creating commit descriptions. The panel lists several changed files, like "astro.config.ts", "site.config.ts", and "types.ts", with a notification showing there are 4 changes in total.](https://nerdymomocat.github.io/_astro/Untitled.CTGMmqjW_Z280iR2.webp)](https://nerdymomocat.github.io/_astro/Untitled.CTGMmqjW_Z280iR2.webp)

A screenshot of a version control panel within Visual Studio Code. It highlights a feature where commit messages can be auto-generated using AI. The user interface shows a text box where a message "Fix sitemap filter and update site logo" has been typed, likely as a commit message for version control. There's also a tooltip visible with the option to "Generate Commit Message", indicating the AI's assistance in creating commit descriptions. The panel lists several changed files, like "astro.config.ts", "site.config.ts", and "types.ts", with a notification showing there are 4 changes in total.