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
You can push a branch to a remote server, say github. You would first have to do the initial project setup, then clone your project and:
git push