on remote:
git init --share --bare repo.git
on local:
git init
git remote add origin ssh://[email protected]/~/repot.git
git push orgin master
git push origin
git push --tags
on remote:
git init --share --bare repo.git
on local:
git init
git remote add origin ssh://[email protected]/~/repot.git
git push orgin master
git push origin
git push --tags