Skip to content

Instantly share code, notes, and snippets.

@misostack
misostack / handling_multiple_github_accounts.md
Created April 16, 2025 15:25 — forked from Jonalogy/handling_multiple_github_accounts.md
Handling Multiple Github Accounts on MacOS

Handling Multiple Github Accounts on MacOS

The only way I've succeeded so far is to employ SSH.

Assuming you are new to this like me, first I'd like to share with you that your Mac has a SSH config file in a .ssh directory. The config file is where you draw relations of your SSH keys to each GitHub (or Bitbucket) account, and all your SSH keys generated are saved into .ssh directory by default. You can navigate to it by running cd ~/.ssh within your terminal, open the config file with any editor, and it should look something like this:

Host *
 AddKeysToAgent yes

> UseKeyChain yes

@misostack
misostack / techniques.md
Created July 18, 2024 08:12
techniques

Techniques

Django

@misostack
misostack / lession-06.md
Created July 11, 2024 09:24
NestJS Tutorial Todolist API 2024

Create TodoList API with NestJS and Prisma 2024

English Daily

Geometry

image

@misostack
misostack / odoo.md
Created July 3, 2024 08:46
100 days Odoo

Odoo

image

@misostack
misostack / 100-days-english.md
Last active July 2, 2024 02:26
100 days english

100 days english

Day 01

SMART Goal

  • Specific
  • Measurable
  • Attainable/Achivable
  • Realistic
@misostack
misostack / kotlin.md
Created May 19, 2024 12:23
Kotlin Tutorials 2024

Kotlin

image

@misostack
misostack / 6minutes-tech-graphql.md
Created May 19, 2024 01:37
6 minutes tech graphql

6 minutes tech graphql