Git
2024
2023
Stop tracking changes of a file with git
··82 words·1 min
Don’t overuse this; it could get a bit more complicated to track
down errors when ignoring changes of files…
Gitea Updates: quick'n'dirty
·232 words·2 mins
After a lot of lookups, a quick reminder in copy&paste mode for me.
2022
Change git submodule URL
··68 words·1 min
Another thing I forget constantly when using git:
Changing the remote URL of a submodule
2020
Forking GIT-repositories
·951 words·5 mins
So this is working for me now. Keeping up-to-date with my upstream github repository.
Error with signed commits
·45 words·1 min
For some reason my git commits failed when I re-enabled gpg signing. This is how I finally fixed that problem.
Keep up-to-date on forked repositories
·110 words·1 min
I usually fetch the upstream repository and merge it into my local repository, then upload all the merges into the github repository. That works sometimes, but it also fails sometimes with me having an extra commit with merges leaving the git history different from the upstream…