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
and is only missing the trick to set git completion for `!` alias.
173
+
and is only missing the trick to set `git` completion for the`!` alias.
174
174
+[Pushing a whole stack of branches with a single Git command](https://andrewlock.net/pushing-a-whole-stack-of-branches-with-a-single-git-command/)
175
175
(with the help of git aliases)
176
-
by Andrew Lock on .NET Escapades
176
+
by Andrew Lock on .NET Escapades.
177
177
+[Tally All Git Trailers in a Repository](https://calebhearth.com/tally-git-trailers.page),
178
178
with a list of interesting and useful trailers _(with many links)_,
179
179
by Caleb Hearth on his blog.
180
180
+[You can use Git to version control your notes, and here’s how I do it](https://www.xda-developers.com/you-can-use-git-to-version-control-your-notes/)
181
181
by Ayush Pande on XDA Developers
182
-
(with Joplin as an example of note-taking application one can use with Git).
182
+
(with Joplin as an example of a note-taking application one can use with Git).
183
183
+[A Short Guide on Git for Vibe Coders](https://anfalmushtaq.com/articles/a-short-guide-on-git-for-vibe-coders)
184
184
by Anfal Mushtaq on his blog.
185
185
+[Version Control To The Max](https://hackaday.com/2025/05/14/version-control-to-the-max/)
186
186
by Al Williams on Hackaday,
187
187
about backing up the entire development environment
188
188
(with QEMU or VirtualBox or VMWare).
189
189
+[Converting a Git repo from tabs to spaces](https://eev.ee/blog/2016/06/04/converting-a-git-repo-from-tabs-to-spaces/)
190
-
with the help of "filter" gitattribute and `expand` tool (part of the _coreutils_),
190
+
with the help of the "filter" gitattribute and the`expand` tool (part of the _coreutils_),
191
191
by Eevee on Fuzzy Notepad blog (2016).
192
192
+[How the GitHub CLI can now enable triangular workflows](https://github.blog/open-source/git/how-the-github-cli-can-now-enable-triangular-workflows/)
193
193
by Tyler McGoffin on GitHub Blog.
194
-
+[Using git-upload-pack for a simpler CI integration](https://blog.screenshotbot.io/2025/05/09/using-git-upload-pack-for-a-simpler-ci-integration/),
194
+
+[Using `git-upload-pack` for a simpler CI integration](https://blog.screenshotbot.io/2025/05/09/using-git-upload-pack-for-a-simpler-ci-integration/),
195
195
on how Screenshotbot can now extract commit graph data from remote repositories
196
196
(assuming one has SSH access to their Git repositories),
197
197
by Arnold Noronha on Screenshotbot Blog.
@@ -216,16 +216,16 @@ __Git tools and sites__
216
216
217
217
+[A modern theme for cgit](https://yingtongli.me/blog/2025/05/16/cgit.html)
218
218
by Lee Yingtong Li on Inane Observations blog.
219
-
Source code for described themed fork of [cgit](https://git.zx2c4.com/cgit/tree/README)
219
+
The source code for this themed fork of [cgit](https://git.zx2c4.com/cgit/tree/README)
220
220
is available at <https://yingtongli.me/git/cgit-yli-theme>.
221
221
Under GPL v2 license.
222
222
+[AutoGit-o-Matic](https://github.com/FPGArtktic/AutoGit-o-Matic) is a Bash script
223
223
that automates Git operations across multiple repositories. It helps you
224
224
pull or fetch updates from multiple repositories with a single command
225
225
(with dry-run capability),
226
-
and scan directories for Git repositories automatically;
227
-
it logs operations in both TXT and JSON formats,
228
-
and is configurable via INI file.
226
+
scans directories for Git repositories automatically,
227
+
logs operations in both TXT and JSON formats,
228
+
and is configurable via an INI file.
229
229
Under GPL-3.0 license.
230
230
+[StatsCat](https://github.com/z1cheng/statscat) is a CLI tool
231
231
to get per-author and per-directory statistics of all your Git repositories.
0 commit comments