Skip to content

Instantly share code, notes, and snippets.

View rossbu's full-sized avatar

ShareForEver rossbu

View GitHub Profile
@rossbu
rossbu / .gitconfig
Last active June 28, 2021 15:07 — forked from josegonzalez/.gitconfig
Home directory .gitconfig
[user]
name = MY_NAME
email = MY_EMAIL_ADDRESS
[git-tmbundle]
gitnub-path = /Applications/GitNub.app
gitx-path = /Applications/GitX.app
show-diff-check = yes
[github]
user = GITUB_USER
token = GITHUB_TOKEN
@rossbu
rossbu / github_bitbucket_multiple_ssh_keys.md
Last active June 28, 2021 15:09 — forked from yinzara/github_bitbucket_multiple_ssh_keys.md
Managing SSH keys with multi-accts

Why Multiple SSH keys?

There are numerous reasons you may need to use multiple SSH keys for accessing GitHub and BitBucket

You may use the same computer for work and personal development and need to separate your work.

When acting as a consultant, it is common to have multiple GitHub and/or BitBucket accounts depending on which client you may be working for.

You may have different projects you're working on where you would like to segregate your access.