How to transfer a Git repo from one Mac to another?
First turn on Remote Login on your new Mac:
Apple -> System Preferences -> Sharing -> Remote Login
Than via SSH:
git clone ssh://username@ip.of.your.mac/Users/<path_to_your_git_repo>
First turn on Remote Login on your new Mac:
Apple -> System Preferences -> Sharing -> Remote Login
Than via SSH:
git clone ssh://username@ip.of.your.mac/Users/<path_to_your_git_repo>