Clone anything related to org or acc subfolders
# Make sure your github acc has your pub key and ~/.ssh/ has your priv key - correctly chmod
cd ~/Code/org-1/
git clone git@github.com:org-1/somerepo.git
# ...
# > remote: Resolving deltas: 100% (4/4), completed with ... local objects.
# Success
# Let's check which acc the repo will use for commits etc
cd somerepo/
git config --get user.name
# > Account One
git config --get user.email
# > account@org-1.githubEnjoy