I it bugs me a lot when I see HTML pop up in #git commit messages. I think it's an unfortunate combo of 4 things leading to it: People don't trust their forges for archival (which is good, but then please just use Reviewed-on footers with URIs and use web archival tools), MarkDown being the mess it is allowing HTML as fallback, forges taking in their mdwn into commits (worse: squashes), and bot…
Is @… slow for everyone today?
#codeberg #git
check out how quickly #GitPages (and #Grebedoc) can check out a giant git repository without any changes!
if supported by the server, it retrieves only a single tree from git (no other branches, no tags, no history, no file contents), backfills it from the existing site contents, and then p…
I finally beefed up my :nix: #nix derivation for the :gitannex: #gitAnnex standalone builds so the download process of the non-predictable version url is automated. It now uses git annex itself to retrieve the tarball from a matching commit in @…
#TIL that #Gitolite can't handle repositories with different default branch names. As in, if you push a "main" branch into a "master" server, you get no HEAD 🤦. And you can only change that via SSH-ing to the server and modifying the underlying repository.
Apparently, you could also install a hook to automatically fix HEAD for you: #Gentoo #git
#Forgejo hat sich wegen AI-DoS auch erstmal verabschiedet.
Die Last auf dem Server war extrem hoch.
#git #KI
Git merge flatten is a mistake and a skill issue from those with bad git history visualisers.
#git
GitRaven is my new project written in C and Qt. It is a Git repo management tool built on my free time.
#linux #git #cpp
#GitPages now implements an audit system that allows on-line, background processing of uploaded content to e.g. scan it for viruses, phishing, and other abusive material
I consider this table stakes for any service with open registration, so now I can finally say that git-pages is _almost_ done (it needs a GC and a few minor fixes to other functions)
I finally tried out a new cool feature of :gitannex: #gitAnnex: compute special remotes²!
Git annex is a ridiculously powerful git extension to manage large files. It remembers which file is stored on which remote. Compute special remotes now take this to another level by computing files on the fly. It's a bit like a
TIL: gitignore.io ist unmaintained. Die Firma, die das aufgekauft(?) hat, hat große Teile der Quellcodes auf github gelöscht und die Templates werden wohl nicht mehr Aktualisiert. Gibt wohl Versuche ne Alternative zu schaffen, z.B. donotcommit.com, sehen bisher aber auch eher unfertig aus :/
#git #github
Monorepo vs Multi-repo vs #Git submodule vs Git Subtree: A Complete Guide for Developers
https://levelup.gitcon…
Kiedy `#git submodule` każe użyć opcji `--force`, i dostajesz:
```
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: --force
modified: .gitmodules
```
Attempting to get some PR's for @… out, can't even rebase right now:
#git #github
If you're going to police git history messages of a feature branch I'm out.
#opensource #git
When `#git submodule` tells you to use `--force` option, and then you get:
```
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: --force
modified: .gitmodules
```
I frequently create a new #git :git: repo and it always bothers me to manually create .gitignore file myself.
Today I automated this with the following lines in my .bashrc
# define the content in an env var
GIT_IGNR_CNTNT=$(cat <<-EOF
*.log
tmp_*
# put other patterns here
EOF
)
# function to write env var to file
git_ignore_creation(){…
If you are attending this year's @… end of October¹ and you want to be dressed 'appropriately' 😉, last year I organised that hellotux.com offers :gitannex: #gitAnnex² and :datalad:
It's wildly insane to me that after 5 years #GitHub still won't let you run actions/checkout in Alpine containers on arm64 machines. So I'm working through before starting to do git clone as a last resort: https://
I'm looking for "alpha testers" for an alternative forge ( based on #Forgejo )
#floss projects, likely paid for private projects (although we are providing the service for free for a while, until we do an official launch).
Once/If we start having paid customers, we'll donate part of that income to the upstream Forgejo project.
This forge is 100% hosted in #Europe, and operated & maintained by a very small workers-owned #coop .
P.S.: Yep, we know about the great Codeberg :) .
#BetaTesting #Git
Switching from #Nitrokey Pro 2 with rsa2048 key to #Token2 with ed25519 key means switching from rebasing <2 commits a second to an almost instant rebases.
#Gentoo #git #OpenPGP