
2025-08-26 19:53:23
Je viens de finir « POC serveur Git HTTP avec exécution de scripts au push »
#Git #SvelteKit
Je viens de finir « POC serveur Git HTTP avec exécution de scripts au push »
#Git #SvelteKit
Little #Git Tricks: Fix Unexpected Disconnect on Sideband Packet
https://improveandrepeat.com/2025/06/little-git-tricks-fix-unexpected-disconnect…
Great thread about #Git self-hosting options:
https://jawns.club/@skyfaller/114989129643625908
When you come back after a 4 day weekend, and you #git pull:
My favorite kind of #git bisect is when the breaking commit is somewhere near the middle, so you keep getting both "good" and "bad" commits, and don't have to start worrying that you've messed up.
Well, unless it turns out your reproducer is bad, and it doesn't always reproduce the failure…
Najbardziej lubię, jak w #git bisect problematyczna zmiana jest gdzieś blisko środka, więc wciąż dostaję jakieś "dobre" i "złe" wersje, i nie muszę się martwić, że na którymś kroku spierpsułem.
No, chyba że mój skrypt jest błędny, i nie zawsze poprawnie odtwarza błąd…
Sneaky #git commits
https://tavianator.com/2025/sneaky.html
Pregunta para entendidos: ¿forgejo soporta federación para trabajar entre distintas instancias? Por ejemplo si hago un fork de un proyecto desde un servidor a mi cuenta en otro, ¿Puedo hacer un pull request al servidor original para que se incluyan mis cambios en el código?
Aclaro que sé muy poco de como utilizar git. Lo uso de manera bien bšsica.
#Forgejo
:git: #git submodules are kinda terrible. Why do I again have to write 100 lines of :bash: to have it do what `git submodule sync|update|whatever` should do itself:
- ensure the correct branch is checked out in the submodule at the correct commit pinned in the toplevel repo
- ensure that branch correctly follows the remote branch
- ensure remote.<name>.fetch is correctly set so g…
Little #Git Tricks: Revert Changes in a File
https://improveandrepeat.com/2025/08/little-git-tricks-revert-changes-in-a-file/
Dear #lazyweb,
I think I've reached the limit of #matplotlib trying to graph the forks from a #git repository. What I want to to plot the slowly growing trunk and then show the relative sizes o…
@… Smartgit 22.1.8 all of a sudden won't start (on linux Kubuntu 24.04)
So I tried sending a message to the smartgit google group, but it never got posted.
I don't know if it affects later versions of smartgit, because it's my personal copy so I only upgrade every few years.
I included a stacktrace, and I think I figured out the cause which I mentioned.
I don't know if it's patchable, or if I'm out of luck until I upgrade.
#smartgit #git
The Ultimate Guide to #Git Branching Strategies
https://blog.prateekjain.dev/the-ultimate-guide-to-git-branching-…
{piggyback} makes it easier to attach large files (e.g. input data) to code in github repos: #rstats
Yay, @… made it so :gitannex: #gitAnnex pushes the current branch first (not the git-annex or synced/* branches). This is awesome when you want to push-to-create a local repo to your @…
Mała sztuczka z gitem: jeżeli chcecie dostać pełny opis zmiany do skopiowania, bez dodatkowego wcięcia, które daje `#git log`:
git cat-file -p HEAD
Minor #git trick: if you want to quickly get the commit message for copy-paste, without having to deal with extra indent from `git log`, you can use:
git cat-file -p HEAD
#Git has become a fundamental part of our developers' daily routine that it’s hard to remember our lives without it. And yet, most of us use a limited set of commands and options. Today, I want to focus on two commands most developers probably use every day and look at the defaults behind them.
Unfinished Git thoughts.
#ux #git #VS_Code #programming
#LazyGit Simple Terminal #UI for #Git Commands #opensource 🖥️
How we decreased #GitLab repo backup times from 48 hours to 41 minutes
https://about.gitlab.com/blog/2025/06/05/how-we-decr…