I\'m just learning Git and there is something I can\'t work out. After creating and using a git repository locally on my Mac, can I push a copy to another server somewhere e
remote server> cd /home/ec2-user remote server> git init --bare --shared test add ssh pub key to remote server local> git remote add aws ssh://ec2-user@:/home/ec2-user/dev/test local> git push aws master