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.
151
+
+[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/)
152
+
(with the help of git aliases)
153
+
by Andrew Lock on .NET Escapades
154
+
+[Tally All Git Trailers in a Repository](https://calebhearth.com/tally-git-trailers.page),
155
+
with a list of interesting and useful trailers _(with many links)_,
156
+
by Caleb Hearth on his blog.
157
+
+[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/)
158
+
by Ayush Pande on XDA Developers
159
+
(with Joplin as an example of note-taking application one can use with Git).
160
+
+[A Short Guide on Git for Vibe Coders](https://anfalmushtaq.com/articles/a-short-guide-on-git-for-vibe-coders)
161
+
by Anfal Mushtaq on his blog.
162
+
+[Version Control To The Max](https://hackaday.com/2025/05/14/version-control-to-the-max/)
163
+
by Al Williams on Hackaday,
164
+
about backing up the entire development environment
165
+
(with QEMU or VirtualBox or VMWare).
166
+
+[Converting a Git repo from tabs to spaces](https://eev.ee/blog/2016/06/04/converting-a-git-repo-from-tabs-to-spaces/)
167
+
with the help of "filter" gitattribute and `expand` tool (part of the _coreutils_),
168
+
by Eevee on Fuzzy Notepad blog (2016).
169
+
+[How the GitHub CLI can now enable triangular workflows](https://github.blog/open-source/git/how-the-github-cli-can-now-enable-triangular-workflows/)
170
+
by Tyler McGoffin on GitHub Blog.
171
+
+[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/),
172
+
on how Screenshotbot can now extract commit graph data from remote repositories
173
+
(assuming one has SSH access to their Git repositories),
174
+
by Arnold Noronha on Screenshotbot Blog.
175
+
+[Fixing SSH Conflicts: Using a Separate SSH Key for GitHub](https://dev.to/hastycodea/fixing-ssh-conflicts-using-a-separate-ssh-key-for-github-4in1)
176
+
by Hastycode Andreh on DEV\.to.
177
+
One trick to add is the use of `url.<base>.insteadOf`.
178
+
179
+
143
180
<!---
144
181
__Easy watching__
145
182
-->
146
183
147
184
__Git tools and sites__
148
185
186
+
+[A modern theme for cgit](https://yingtongli.me/blog/2025/05/16/cgit.html)
187
+
by Lee Yingtong Li on Inane Observations blog.
188
+
Source code for described themed fork of cgit is available
0 commit comments