6256 liens privés
Des astuces dns/réseau pour Docker compose
Semantic Versioning spec and website
Un script pour installer mon thème favori dans le terminal Gnome.
curl -L https://raw.githubusercontent.com/catppuccin/gnome-terminal/v1.0.0/install.py | python3 -
🧝♂️ Soothing pastel theme for Gnome Terminal. Contribute to catppuccin/gnome-terminal development by creating an account on GitHub.
Effortlessly convert Spotify links to your preferred streaming service - sjdonado/idonthavespotify
Learn how to use Git stash to break down large commits. Discover a better approach for saving work when switching branches.
A concrete example of Git and jujutsu usage compared.
VisualJJ simplifies Git workflows with seamless branching, conflict resolution, and commits. Powered by Jujutsu, it’s fully Git-compatible and optimised for teams practicing Continuous Delivery.
Nine months ago, we switched to a monorepo. Here is a retrospective on our experience with the switch so far.
Encore des outils construits autour de Git pour être productif avec Git.
L'analogie serait d'avoir besoin d'être mécano pour rouler en voiture.
Et plutôt que d'avoir de meilleures alternatives à Git on continue à produire des centaines voire milliers de scripts et livres et tutos et vidéos juste pour remédier aux défauts de Git.
Pourquoi? Pour la gloire de GitHub? Pourquoi vouer à ce point un culte à Git.
Est-ce que personne ne voit le problème?
Table of Contents Préambule Il était une fois, dans le royaume du développement, un développeur nommé John. En plein milieu d'un projet complexe, qui impliquait des fichiers de configuration .env et .yaml pour se connecter à une API tournant dans un conteneur Docker, John a commis l'impensable : il a ouvert un dépôt contenant uneLire la suite...
Sous le coude
Exploring Git's built-in tools for searching through and analyzing Git commit logs and diffs.
How to combine files from multiple repositories in one directory?
A less well known, but a very useful Git feature that I have been using for a while is autostash. When you’re working on a project and have some local commit...