Skip to content

Commit 8e6cac2

Browse files
committed
rn-91: Add links to news, articles and tools, part 1
1 parent 35329cf commit 8e6cac2

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

‎rev_news/drafts/edition-91.md‎

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,42 @@ This edition covers what happened during the month of September 2022.
4040

4141
__Various__
4242

43+
+[SSH commit verification now supported](https://github.blog/changelog/2022-08-23-ssh-commit-verification-now-supported/)
44+
in GitHub.
45+
+[New options for controlling the default commit message when merging a pull request](https://github.blog/changelog/2022-08-23-new-options-for-controlling-the-default-commit-message-when-merging-a-pull-request/)
46+
via web interface in GitHub.
47+
4348

4449
__Light reading__
4550

51+
+[Enable Gitsign Today and Start Signing your Commits](https://dev.to/erikaheidi/enable-gitsign-today-and-start-signing-your-commits-2gda)
52+
with so called _keyless signing_, that is signing that relies on ephemeral keys.
53+
Article by Erika Heidi on DEV\.to.
54+
+[Switching git back to GPG signing](https://sethmlarson.dev/blog/switching-git-back-to-gpg-signing)
55+
from SSH key signing, by Seth Michael Larson on his own blog.
56+
+ See also [Signing Git Commits with SSH Keys](https://blog.dbrgn.ch/2021/11/16/git-ssh-signatures/),
57+
mentioned in [Git Rev News Edition #83](https://git.github.io/rev_news/2022/01/31/edition-83/x).
58+
+[Merging two GitHub repositories without losing commit history](https://hacks.mozilla.org/2022/08/merging-two-github-repositories-without-losing-commit-history/)
59+
by Schalk Neethling on Mozilla Hacks blog; a simpler solution might be to use `git subtree`,
60+
or use `subtree` merge strategy, or `ort` merge strategy with `subtree[=<path>]` strategy option.
61+
+[.gitignore File – How to Ignore Files and Folders in Git](https://www.freecodecamp.org/news/gitignore-file-how-to-ignore-files-and-folders-in-git/)
62+
by Dionysia Lemonaki o freeCodeCamp.
63+
+[SSH Tips and Tricks](https://carlosbecker.com/posts/ssh-tips-and-tricks/)
64+
by Carlos Alexandro Becker, including how to avoid having to touch Yubikey.
65+
4666
<!---
4767
__Easy watching__
4868
-->
4969

5070
__Git tools and sites__
5171

72+
+[Gitsign](https://github.com/sigstore/gitsign): Keyless Git signing with
73+
[Sigstore](https://www.sigstore.dev/), with your own GitHub / OIDC identity.
74+
Written in Go.
75+
+[`ghq`](https://github.com/x-motemen/ghq) provides a way to organize remote repository clones,
76+
like `go get` does; for example when cloning it makes a directory under a specific root directory.
77+
Written in Go.
78+
5279

5380
## Credits
5481

0 commit comments

Comments
(0)