You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rev_news/drafts/edition-91.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,42 @@ This edition covers what happened during the month of September 2022.
40
40
41
41
__Various__
42
42
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
+
43
48
44
49
__Light reading__
45
50
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
+
46
66
<!---
47
67
__Easy watching__
48
68
-->
49
69
50
70
__Git tools and sites__
51
71
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.
0 commit comments