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
[git rebase: what can go wrong?](https://jvns.ca/blog/2023/11/06/rebasing-what-can-go-wrong-/),
264
264
[How git cherry-pick and revert use 3-way merge](https://jvns.ca/blog/2023/11/10/how-cherry-pick-and-revert-work/),
265
-
and [git branches: intuition & reality](https://jvns.ca/blog/2023/11/23/branches-intuition-reality/)
266
-
(so far).
265
+
and [git branches: intuition & reality](https://jvns.ca/blog/2023/11/23/branches-intuition-reality/).
267
266
+ Julia Evans (@b0rk@jvns.ca) asked about read-only FUSE filesystem for a git repository
268
267
where every commit is a folder and the folder contains all the files in that commit
269
268
[on Mastodon](https://fosstodon.org/@[email protected]/111462737333140668), so this series may continue
@@ -277,8 +276,7 @@ __Light reading__
277
276
about confusing git terminology, the [.. and ... section](https://jvns.ca/blog/2023/11/01/confusing-git-terminology/#and).
278
277
+[How I teach Git](https://blog.ltgt.net/teaching-git/) by Thomas Broyer
279
278
on his blog (also [on DEV.to](https://dev.to/tbroyer/how-i-teach-git-3nj3)).
280
-
inspired to write it down by Julia Evans' (renewed) interest in Git,
281
-
and her questions on social networks.
279
+
Inspired by Julia Evans' (renewed) interest in Git and her questions on social networks.
282
280
+[Stacked Diffs (and why you should know about them)](https://newsletter.pragmaticengineer.com/p/stacked-diffs)
283
281
by Gergely Orosz in The Pragmatic Engineer blog. Another article about Stacked Diffs
284
282
can be found in [Git Rev News Edition #44](https://git.github.io/rev_news/2018/10/24/edition-44/).
@@ -308,7 +306,7 @@ __Light reading__
308
306
by Ayu Adiati on Ayu's Notes On Blog (also [on DEV\.to](https://dev.to/adiatiayu/how-to-resolve-merge-conflicts-using-the-merge-editor-feature-on-vs-code-pic),
309
307
as part of larger [Open-Source Series' Articles](https://dev.to/adiatiayu/series/15234)).
is a SQLlike language to perform queries on .git files,
376
-
with supports of most of SQL features
377
-
such as grouping, ordering and aggregations functions.<br>
373
+
is a SQL-like language to perform queries on .git files,
374
+
with support for many SQL features
375
+
such as grouping, ordering and aggregation functions.<br>
378
376
You can find more in [How I Created a SQL-like Language to Run Queries on Local Git Repositories](https://www.freecodecamp.org/news/gql-design-and-implementation/)
0 commit comments