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
Bhavik Bavishi filed and sent a bug report to the mailing
33
33
list. Running `git cherry-pick` failed to apply some changes but
34
-
didn't report any error. On the contrrary when creating a patch
34
+
didn't report any error. On the contrary, when creating a patch
35
35
using `git format-patch` from the same commit and applying it using
36
36
`git apply --verbose`, the latter command also failed to apply the
37
37
same changes but errored out. It seemed that there shouldn't be such
38
38
a behavior discrepancy and that `git cherry-pick` should have
39
-
reported an error too.
39
+
reported an error, too.
40
40
41
-
Johannes Sixt, suggested using `git apply --3way` to apply the
41
+
Johannes Sixt suggested using `git apply --3way` to apply the
42
42
patch. He was interested not only on the success or failure of the
43
-
command but also on the end result of applying the patch. Was that
44
-
end result similar as the result from`git cherry-pick` or
43
+
command, but also on the end result of applying the patch. Was that
44
+
end result similar to the result of`git cherry-pick` or
45
45
different?
46
46
47
47
Bhavik reported back that indeed `git apply --3way` succeeded and
@@ -97,15 +97,15 @@ As always, we welcome your thoughts and feedback!_
97
97
spend majority of my time on games, but slowly I started enjoying
98
98
the chance that development gave me to be the one behind the scene,
99
99
controlling and making stuff which works. My approach is driven by
100
-
curiosity and a desire to understnd how things really function.
100
+
curiosity and a desire to understand how things really function.
101
101
Whenever I start learning something new, I naturally end up going
102
102
deeper and deeper into the smaller, niche details, not because
103
103
I have to, but because it genuinely fascinates me. I enjoy peeling
104
104
back the layers, figuring out the underlying mechanisms, and
105
105
understanding the “why” behind everything I work on. It’s that
106
106
curiosity that keeps pulling me into new domains and motivates me
107
107
to keep exploring. Apart from this, for fun, I like to participate
108
-
in hackathons, GameJams and Cyber security Capture-The-Flag(CTFs)
108
+
in hackathons, GameJams and Cyber security Capture-The-Flag(CTF)
109
109
competitions. Outside of tech, I enjoy listening to music, brewing
110
110
coffee, skateboarding, and learning guitar, they help me unwind
111
111
and keep a balance beyond the screen.
@@ -213,7 +213,7 @@ As always, we welcome your thoughts and feedback!_
213
213
excited about?**
214
214
215
215
I've been following Patrick's [patch series on `git history`](https://public-inbox.org/git/[email protected]/).
216
-
I am excited for that feature to release.
216
+
I am excited about that feature's release.
217
217
218
218
***What is your favorite Git-related tool/library, outside of Git
219
219
itself?**
@@ -235,11 +235,11 @@ As always, we welcome your thoughts and feedback!_
235
235
236
236
I don't have anything planned out in particular but I do really
237
237
admire the way my mentor and other contributors in the organisation
238
-
contribute, open source is something which basically runs the world,
238
+
contribute. Open source is something which basically runs the world,
239
239
organisations like Git and Linux function because of collective and
240
-
voluntary efforts and they are what makes the world as it is today
240
+
voluntary efforts; they are what makes the world as it is today,
241
241
and carrying that forward I want to contribute in a way which makes
242
-
softwares accessible to everyone and help build up on these
242
+
software accessible to everyone and help build up on these
243
243
foundational blocks.
244
244
245
245
***What is your advice for people who want to start Git development?
@@ -257,7 +257,7 @@ As always, we welcome your thoughts and feedback!_
257
257
are no traditional issues as other organizations have. Being active
258
258
on the mailing list, checking out the ongoing topics might help you
259
259
decide what to work on. Everyone on the mailing list and discord is
260
-
very friendly and is always looking forward to help you out so feel
260
+
very friendly and is always looking forward to help you out, so feel
261
261
free to ask if you have any doubts :)
262
262
263
263
***Would you recommend other students or contributors to participate
@@ -291,14 +291,14 @@ __Various__
291
291
Highlights include `git last-modified` command,
292
292
`git fast-export` and `git fast-import` signature-related improvements,
293
293
new and improved `git maintenance` strategies,
294
-
new subcommand for new `git repo` to display repository metrics, etc.
294
+
a new subcommand for the new `git repo` to display repository metrics, etc.
295
295
-[Highlights from Git 2.52](https://github.blog/open-source/git/highlights-from-git-2-52/)
296
296
by Taylor Blau on GitHub Blog.
297
-
Mentions `git last-modified` command for tree-level blame information,
297
+
Mentions the`git last-modified` command for tree-level blame information,
298
298
advanced repository maintenance strategies for `git maintenance`,
299
-
new sub-commands be added to `git refs`, new`git repo` command, etc.
299
+
new subcommands added to `git refs`, the experimental`git repo` command, etc.
300
300
-[lakeFS Acquires DVC, Uniting Data Version Control Pioneers to Accelerate AI-ready Data](https://lakefs.io/media-mentions/lakefs-acquires-dvc-uniting-data-version-control-pioneers/)
301
-
announcement by LakeFS on their Mentions Media page.
301
+
announcement by lakeFS on their Mentions Media page.
302
302
-[DVC Joins lakeFS: Your Questions Answered!](https://dvc.org/blog/dvc-joins-lakefs-your-questions-answered/)
303
303
by Jeny De Figueiredo on DVC Blog.
304
304
-[A Shared Vision for the Future of DVC](https://dvc.org/blog/a-shared-vision-for-the-future-of-dvc/)
@@ -341,7 +341,7 @@ __Light reading__
341
341
-[Why Git is the first tool every new developer needs to learn](https://www.howtogeek.com/beginning-git-what-it-is-and-why-its-crucial/)
342
342
by Graeme Peacock on How-To Geek.
343
343
-[Git for Vibe Coders](https://www.kdnuggets.com/git-for-vibe-coders),
344
-
just enough to stop Claude from accidently deleting your code and database.
344
+
just enough to stop Claude from accidentally deleting your code and database.
345
345
By Abid Ali Awan on KDnuggets.
346
346
-[4 advanced git commands you probably haven't heard of](https://www.howtogeek.com/advanced-git-commands-you-probably-havent-heard-of/):
-[Setting File Permissions in Git](https://www.tvaidyan.com/2025/11/13/setting-file-permissions-in-git/)
353
353
by Tom Vaidyan on his personal blog;
354
-
though I wonder why he shows low-level `git update-index --chmod=+x <file>`("plumbing")
355
-
first, instead of user-facing `git add --chmod=+x <file>`("porcelain" command).
354
+
though I wonder why he shows the low-level `git update-index --chmod=+x <file>` "plumbing" command
355
+
first, instead of the corresponding user-facing `git add --chmod=+x <file>` "porcelain" command.
356
356
-[Why You Should Be Using Git Worktrees](https://blog.randombits.host/why-you-should-be-using-git-worktrees/)
357
357
by Conor in Quick Tip on their Random Bits personal blog
358
-
(it includes their helper `gwc`, i.e. git worktree create, shell script).
358
+
(it includes their helper `gwc`, i.e. `git worktree create`, shell script).
359
359
-[tree-me: Because git worktrees shouldn't be a chore](https://haacked.com/archive/2025/11/21/tree-me/)
360
360
by Phil Haack on his You've Been Haacked blog.
361
361
-[Use skip-worktree to ignore modified files](https://www.brandonpugh.com/til/git/skip-worktree-ignore-modified-files/)
362
-
by Brandon Pugh in "TIL: Today I learned..." section on his blog.
362
+
by Brandon Pugh in the "TIL: Today I learned..." section on his blog.
363
363
-[Managing Multiple Projects in One Repository: Submodules, Subtrees, Monorepos & Partial Cloning Explained](https://dev.to/k-kibet/managing-multiple-projects-in-one-repository-submodules-subtrees-monorepos-partial-cloning-21mc)
364
364
by Kibet Korir (K-kibet) for Codespear on DEV\.to.
365
365
-[Automatically switching Git Identities and SSH Keys on the same machine](https://dev.to/enbis/automatically-switching-git-identities-and-ssh-keys-on-the-same-machine-75n)
@@ -374,7 +374,7 @@ __Light reading__
374
374
- [One PC, Multiple Git Configs (This Will Save You Time!)](https://medium.com/@matteopampana/one-pc-multiple-git-configs-this-will-save-you-time-f702880744f7)
375
375
mentioned in [Git Rev News Edition #120](https://git.github.io/rev_news/2025/02/28/edition-120/).
376
376
-[Git: Amend any commit](https://ylan.segal-family.com/blog/2025/11/15/git-ammend-any-commit/)
377
-
(scripting around `git commit --amend`, and `git commit --fixup` +`git rebase --autosquash`)
377
+
(scripting around `git commit --amend`, `git commit --fixup`, and`git rebase --autosquash`)
378
378
by Ylan Segal on his "on.code && such" blog.
379
379
-[If You Think YOUR Commit Messages Are Bad, Just Wait...](https://dev.to/sylwia-lask/if-you-think-your-commit-messages-are-bad-just-wait-3fgk)
380
380
by Sylwia Laskowska on DEV\.to,
@@ -400,7 +400,7 @@ __Light reading__
400
400
401
401
__Easy watching__
402
402
403
-
-[How to ensure the Git community is / stays healthy: Emily Shaffer / Patrick Steinhardt & guests](https://www.youtube.com/watch?v=vKsOFHNSb4Q)
403
+
-[How to ensure the Git community is and stays healthy: Emily Shaffer / Patrick Steinhardt & guests](https://www.youtube.com/watch?v=vKsOFHNSb4Q)
404
404
on GitButler channel on YouTube [duration: 44:42].
405
405
406
406
@@ -418,11 +418,11 @@ __Git tools and sites__
418
418
commits, developers, modified files, diffs, and source code.
0 commit comments