Skip to content

Instantly share code, notes, and snippets.

@cazala
cazala / work-with-multiple-github-accounts.md
Created August 9, 2023 21:22 — forked from rahularity/work-with-multiple-github-accounts.md
How To Work With Multiple Github Accounts on your PC

How To Work With Multiple Github Accounts on a single Machine

Let suppose I have two github accounts, https://github.com/rahul-office and https://github.com/rahul-personal. Now i want to setup my mac to easily talk to both the github accounts.

NOTE: This logic can be extended to more than two accounts also. :)

The setup can be done in 5 easy steps:

Steps:

  • Step 1 : Create SSH keys for all accounts
  • Step 2 : Add SSH keys to SSH Agent
@cazala
cazala / space_colonization.pde
Created December 18, 2020 17:51 — forked from shiffman/space_colonization.pde
Space Colonization Attempt
Tree tree;
float min_dist = 5;
float max_dist = 250;
void setup() {
size(180, 300);
tree = new Tree();
}
@cazala
cazala / guide.md
Created January 2, 2018 16:19 — forked from menduz/guide.md
Frontend React + TypeScript guidelines

Directory Structure

The sources of the project follows this structure:

/src
  /app
    /{domain}
      /actions.ts
 /actions.spec.ts