TerminalTerminalGit Bash

June 22, 2023 — Ulysse

From time to time, an intern at GitHub (or a staff eng, who knows) tries to update the CSS, ending up with UI failures. My favorite one is the TerminalTerminalGit Bash, that even ended up trendy on google.

When you Generate a new SSH key, the github doc helps you tells you to either open the terminal, or git bash depending on the OS you are using. But if you are lucky enough, you can get every explanations at once, ended up with 1. Open TerminalTerminalGit Bash. And if you are as dumb as me, you will google that, and end up on my article ❤.

If you were unlucky, paste that to your dev console in the github doc page:

document.querySelectorAll('.platform-mac, .platform-linux, .platform-windows').
	forEach(e => e.style = '')