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 [email protected]: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
# > [email protected]
Enjoy