Add Mark A Release With An Annotated Tag as a Git TIL

This commit is contained in:
jbranchaud
2026-08-02 20:22:22 -05:00
parent 2e34d6480b
commit 0866968be3
2 changed files with 76 additions and 1 deletions
+2 -1
View File
@@ -10,7 +10,7 @@ working across different projects via [VisualMode](https://www.visualmode.dev/).
For a steady stream of TILs, [sign up for my newsletter](https://visualmode.kit.com/newsletter).
_1848 TILs and counting..._
_1849 TILs and counting..._
See some of the other learning resources I work on:
@@ -410,6 +410,7 @@ If you've learned something here, support my efforts writing daily TILs by
- [List Most Git Commands](git/list-most-git-commands.md)
- [List Untracked Files](git/list-untracked-files.md)
- [List Untracked Files For Scripting](git/list-untracked-files-for-scripting.md)
- [Mark A Release With An Annotated Tag](git/mark-a-release-with-an-annotated-tag.md)
- [Move The Latest Commit To A New Branch](git/move-the-latest-commit-to-a-new-branch.md)
- [Override The Global Git Ignore File](git/override-the-global-git-ignore-file.md)
- [Pick Specific Changes To Stash](git/pick-specific-changes-to-stash.md)