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
* 'master' of https://github.com/git/git.github.io:
rn-112: add Brandon Pugh among the helpers
rn-112: add Štěpán Němec among the helpers
rn-112: uppercase Garden and Git-Cola
rn-112: minor copy edit
where the single patch had been broken down into 4 patches. In the
119
-
process a lot of the proposed deprecation from the previous version
119
+
process a lot of the proposed deprecations from the previous version
120
120
were removed and the document name was changed from
121
121
"UpcomingBreakingChanges.md" to "BreakingChanges.md" as some changes
122
122
listed in the "Superseded features that will not be deprecated"
123
-
section should not be considered as upcoming.
123
+
section should not be considered upcoming.
124
124
125
125
The goal was to introduce the document in a skeletal form in the
126
126
first patch and then add only one item to each of the three sections
@@ -133,9 +133,8 @@ This edition covers what happened during the months of May 2024 and June 2024.
133
133
134
134
Patrick sent a
135
135
[version 5 of the patch series](https://lore.kernel.org/git/[email protected]/)
136
-
137
136
where the main change was that the document was converted to
138
-
AsciiDoc instead of MarkDown and renamed from "BreakingChanges.md"
137
+
AsciiDoc instead of Markdown and renamed from "BreakingChanges.md"
139
138
to "BreakingChanges.txt" for format compatibility with most other
140
139
documents in the codebase.
141
140
@@ -145,7 +144,7 @@ This edition covers what happened during the months of May 2024 and June 2024.
145
144
146
145
Junio then suggested a few more small improvements which Patrick
147
146
integrated into the
148
-
[version 6 of the patch series](https://lore.kernel.org/git/[email protected]/)
147
+
[version 7 of the patch series](https://lore.kernel.org/git/[email protected]/)
149
148
which was later merged into the 'master' branch.
150
149
151
150
<!---
@@ -170,20 +169,20 @@ __Light reading__
170
169
and other links that were mentioned in that edition.
171
170
*[Git Workflows for API Technical Writers](https://bump.sh/blog/git-workflows-for-api-technical-writers)
172
171
by James Higginbotham on Bump\.sh.
173
-
Mentions [Bump.sh](https://bump.sh/)API doc platform for tech writers and engineers
172
+
Mentions [Bump.sh](https://bump.sh/), an API doc platform for tech writers and engineers,
174
173
at the end of the article.
175
174
*[What is Git? Our beginner’s guide to version control](https://github.blog/2024-05-27-what-is-git-our-beginners-guide-to-version-control/) and
176
175
[Top 12 Git commands every developer must know](https://github.blog/2024-06-10-top-12-git-commands-every-developer-must-know/)
177
-
by Kedasha Kerr on GitHub Blog. This blog post accompany the
176
+
by Kedasha Kerr on GitHub Blog. This blog post accompanies the
178
177
[GitHub for Beginners](https://youtube.com/playlist?list=PL0lo9MOBetEFcp4SCWinBdpml9B2U25-f&feature=shared)
179
-
series (playlist on YouTube).
178
+
series (YouTube playlist).
180
179
*[Stop Wasting Hours! Git Bisect: Your Ultimate Bug Hunting Tool](https://ionixjunior.dev/en/stop-wasting-hours-git-bisect-your-ultimate-bug-hunting-tool/)
181
180
by Ione Souza Junior on his blog; also available [on DEV.to](https://dev.to/ionixjunior/stop-wasting-hours-git-bisect-your-ultimate-bug-hunting-tool-4ebc)
182
181
as a part of [mastering-git series](https://dev.to/ionixjunior/series/26070).
183
182
*[The Magic of Git Stash: How It Saved My Day](https://dev.to/waqaryounis7564/the-magic-of-git-stash-how-it-saved-my-day-119k)
or [`xdg-open`](https://linux.die.net/man/1/xdg-open) installed to open the web browser
239
-
(and aliased or linked to `open` command in the latter case),
240
-
and [charm gum](https://github.com/charmbracelet/gum) to implement UI
241
-
for choosing the remote if the git repo has more than one remote.
238
+
or [`xdg-open`](https://linux.die.net/man/1/xdg-open)
239
+
(aliased or linked to `open`) to open the web browser,
240
+
and [charm gum](https://github.com/charmbracelet/gum)
241
+
to implement the selection UI when the git repo has more than one remote.
242
242
*[Git EOL Conversion Diagram](https://gist.github.com/DecimalTurn/3f99a3903366bf9fb2c1f513bd3c5a83) for checkout
243
243
as Gist providing [SVG version](https://raw.githubusercontent.com/gist/DecimalTurn/3f99a3903366bf9fb2c1f513bd3c5a83/raw/d54d0e842c1f22e0b04d7a044dde1489993d87bf/Git-EOL-Conversion-Diagram.svg)
244
244
and [editable version on Mindmup](https://app.mindmup.com/map/_free/2024/06/982eaeb032cf11ef93d0a9d7af4d6195),
0 commit comments