Tootfinder

Opt-in global Mastodon full text search. Join the index!

@nobodyinperson@fosstodon.org
2024-04-30 19:39:04

🚀 New release 10.20240430 of :gitannex: #gitAnnex. Most notable changes:
- #rclone is now a built-in special remote
- sync, assist and import now take multiple -m for multi-paragraph commit messages

@kernellogger@fosstodon.org
2024-04-04 06:32:48

/me wonders why #Git supports
$ git remote set-branches remote_bar --add branch_foo
but not an equivalent like
$ git remote set-branches remote_bar --remove branch_foo
/me assumes the answer is the usual "nobody cared enough to implement it yet"
/me goes an removes the relevant line from .git/config manually

@kernellogger@fosstodon.org
2024-03-05 10:23:32

Weird or confusing #Git terms? I for one had no big problems with HEAD[1]. But for some strange reason another one caused me confusion for a long time:
"origin"
Sometimes I think Git should force users to name a remote when cloning a repo, as I guess it would make grasping the concept of Git remotes quite a bit easier for some people.
[1] @…