Skip to content

Commit 23a052b

Browse files
committed
rn-119: Add links to articles from issue #743
1 parent f982d7d commit 23a052b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

rev_news/drafts/edition-119.md

+23
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,29 @@ __Various__
153153

154154
__Light reading__
155155

156+
* [Commit subject case in Git history](https://benknoble.github.io/blog/2025/01/04/git-subject-case/)
157+
analysis by D. Ben Knoble, as a blog post on his Junk Drawer site.
158+
* [Is there a way to split the git history of a file or combine the histories of two files without a merge commit?](https://devblogs.microsoft.com/oldnewthing/20241218-00/?p=110655),
159+
a short exploration by Raymond Chen on The Old New Thing, part of Microsoft Dev Blogs.
160+
* One of other blog posts referenced in the above mentioned exploration was in Git Rev News:
161+
[Mundane git tricks: Combining two files into one while preserving line history](https://devblogs.microsoft.com/oldnewthing/20190514-00/?p=102493)
162+
was mentioned in [Edition #51](https://git.github.io/rev_news/2019/05/22/edition-51/), while
163+
[How do I split a file into two while preserving git line history?](https://devblogs.microsoft.com/oldnewthing/20190916-00/?p=102892)
164+
was not present, but related
165+
[How to split off an older copy of a file while preserving git line history](https://devblogs.microsoft.com/oldnewthing/20230728-00/?p=108498)
166+
was in [Edition #104](https://git.github.io/rev_news/2023/10/31/edition-104/).
167+
* [Edit commit message with git reword (`git commit --fixup:reword=<commit>`)](https://www.brandonpugh.com/til/git/edit-commit-message-with-reword/)
168+
in Brandon Pugh's TILs: Today I learned... (2024)
169+
* [How I use git worktrees](https://notes.billmill.org/blog/2024/03/How_I_use_git_worktrees.html)
170+
(with the help of custom [worktree](https://github.com/llimllib/personal_code/blob/daab9eb1/homedir/.local/bin/worktree#L1) script)
171+
by Bill Mill on their blog (2024).
172+
* See also [How I Use Git Worktrees](https://matklad.github.io/2024/07/25/git-worktrees.html)
173+
by Alex Kladov (matklad) on his GitHub Pages-based blog,
174+
mentioned in [Git Rev News Edition #113](https://git.github.io/rev_news/2024/07/31/edition-113/)
175+
* [Git Trailers](https://alchemists.io/articles/git_trailers) by Brooke Kuhlmann
176+
was mentioned in [Git Rev News Edition #108](https://git.github.io/rev_news/2024/02/29/edition-108/),
177+
but was since then updated.
178+
156179
<!---
157180
__Easy watching__
158181
-->

0 commit comments

Comments
 (0)