Skip to content

Instantly share code, notes, and snippets.

View jaguwalapratik's full-sized avatar
❄️

Pratik Jaguwala jaguwalapratik

❄️
View GitHub Profile
@jaguwalapratik
jaguwalapratik / multi-git.md
Created March 31, 2016 05:09 — forked from rosswd/multi-git-win.md
Setting up a Github and Bitbucket account on the same computer.

Setting up github and bitbucket on the same computer

Github will be the main account and bitbucket the secondary.

Create SSH Keys

ssh-keygen -t rsa -C "github email"

Enter passphrase when prompted. If you see an option to save the passphrase in your keychain, do it for an easier life.