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-81.md
+63Lines changed: 63 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,12 +68,75 @@ This edition covers what happened during the month of October 2021.
68
68
__Various__
69
69
70
70
* Derrick Stolee and Lessley Dennington [talk about the future of Git at scale](https://www.youtube.com/watch?v=pXdabSCz4JA).
71
+
*[Highlights from Git 2.34](https://github.blog/2021-11-15-highlights-from-git-2-34/)
72
+
by Taylor Blau on GitHub Blog, and
73
+
[Git 2.34 sets new merge default, speeds things up for monorepo users](https://devclass.com/2021/11/17/version-control-git-2_34/)
74
+
by Julia Schmidt on Dev Class.
75
+
*[Require pull requests without requiring reviews](https://github.blog/changelog/2021-11-10-require-pull-requests-without-requiring-reviews/) on GitHub.
76
+
*[Deprecating Atlassian account password for Bitbucket API and Git activity](https://bitbucket.org/blog/deprecating-atlassian-account-password-for-bitbucket-api-and-git-activity)
77
+
(for Git over HTTPS), on Bitbucket.
71
78
72
79
__Light reading__
73
80
81
+
*[Get lazy with lazygit](https://dev.to/tahsinature/get-lazy-with-lazygit-4h37) by Tahsin on DEV.to.
82
+
[Lazygit](https://github.com/jesseduffield/lazygit) was first mentioned in [Git Rev News Edition #42 (August 22nd, 2018)](https://git.github.io/rev_news/2018/08/22/edition-42/).
83
+
*[Should You Use HTTPS or SSH For Git?](https://www.cloudsavvyit.com/14822/should-you-use-https-or-ssh-for-git/)
84
+
by Anthony Heddings on Cloud Savvy IT.
85
+
*[How To Switch a GitHub Repository to SSH Authentication](https://www.cloudsavvyit.com/14747/how-to-switch-a-github-repository-to-ssh-authentication/)
86
+
by Anthony Heddings on Cloud Savvy IT.
87
+
*[5 Underrated [free] resources to learn Git and GitHub](https://dev.to/ifrah/5-underrated-resources-to-learn-git-and-github-4edi)
88
+
by ifrah on DEV.to.
89
+
*[GitHub Minesweeper](https://profy.dev/project/github-minesweeper) by Profy
90
+
was mentioned in [Git Rev News Edition #80 (October 30th, 2021)](https://git.github.io/rev_news/2021/10/30/edition-80/).
91
+
*[Oh My Git!](https://ohmygit.org/) game by bleeptrack and blinry
92
+
was mentioned in [Git Rev News Edition #72 (February 27th, 2021)](https://git.github.io/rev_news/2021/02/27/edition-72/).
93
+
* The “[Advanced Git](https://css-tricks.com/cherry-picking-commits-in-git/)” series
94
+
by Tobias Günther on CSS-Tricks, courtesy of Git Tower git client,
95
+
(mentioned in [Git Rev News #80](https://git.github.io/rev_news/2021/10/30/edition-80/)),
96
+
continues:
97
+
*[Better Collaboration With Pull Requests](https://css-tricks.com/better-collaboration-with-pull-requests/)
98
+
*[Merge Conflicts: What They Are and How to Deal with Them](https://css-tricks.com/merge-conflicts-what-they-are-and-how-to-deal-with-them)
99
+
*[Rebase vs. Merge: Integrating Changes in Git](https://css-tricks.com/rebase-vs-merge-integrating-changes-in-git)
100
+
*[Interactive Rebase: Clean up your Commit History](https://css-tricks.com/interactive-rebase-clean-up-your-commit-history)
101
+
*[Cherry-Picking Commits in Git](https://css-tricks.com/cherry-picking-commits-in-git)
102
+
*[How to become a Git expert!](https://dev.to/sagarbarapatre/how-to-become-a-git-expert-1jl2)
103
+
by Sagar Barapatre on DEV.to.
104
+
*[What is .gitkeep? How to Track and Push Empty Folders in Git.](https://www.freecodecamp.org/news/what-is-gitkeep/)
105
+
by Kealan Parr on freeCodeCamp.
106
+
*[How to Write Good Commit Messages with Commitlint](https://www.freecodecamp.org/news/how-to-use-commitlint-to-write-good-commit-messages/)
107
+
by Anish De on freeCodeCamp.
108
+
*[Removing a .env file from Git history](https://daily-dev-tips.com/posts/removing-a-env-file-from-git-history/)
109
+
(or any other accidentally added, committed, and pushed file)
110
+
by Chris Bongers on Daily Dev Tips.
111
+
*[The case against monorepos](https://www.infoworld.com/article/3638860/the-case-against-monorepos.html)
112
+
by Lee Atchison on Info World.
113
+
* You can find various arguments for and against monorepos in Git Rev News editions
114
+
[#4](https://git.github.io/rev_news/2015/06/03/edition-4/), [#9](https://git.github.io/rev_news/2015/11/11/edition-9/), [#47](https://git.github.io/rev_news/2019/01/23/edition-47/) (pros and cons), [#72](https://git.github.io/rev_news/2021/02/27/edition-72/), [#78](https://git.github.io/rev_news/2021/08/31/edition-78/),
115
+
not counting articles about improving the performance of large repositories, like monorepos usually are.
116
+
*[How to do pull request reviews](https://dev.to/mage_ai/how-to-do-pull-request-reviews-mm6)
117
+
by Mage company on DEV.to.
118
+
*[Git Rebase for Preventing Merge Commits](https://dev.to/jenc/git-rebase-for-preventing-merge-commits-2len)
0 commit comments