Skip to content

Instantly share code, notes, and snippets.

View QaidVoid's full-sized avatar

Rabindra Dhakal QaidVoid

View GitHub Profile
@ConnerWill
ConnerWill / ANSI-escape-sequences.md
Last active February 26, 2026 07:53
ANSI Escape Sequences cheatsheet

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@bgauduch
bgauduch / multiple-repository-and-identities-git-configuration.md
Last active February 17, 2026 09:22
Git config with multiple identities and multiple repositories

Setup multiple git identities & git user informations

/!\ Be very carrefull in your setup : any misconfiguration make all the git config to fail silently ! Go trought this guide step by step and it should be fine 😉

Setup multiple git ssh identities for git

  • Generate your SSH keys as per your git provider documentation.
  • Add each public SSH keys to your git providers acounts.
  • In your ~/.ssh/config, set each ssh key for each repository as in this exemple: