Another quick recipe:
- create a local repo:
git init
- add it to the gitosis conf (
git pull
, edit gitosis.conf,git commit
,git push
) git remote add origin git@example.com:repository.git
git push --force --all
Another quick recipe:
git init
git pull
, edit gitosis.conf, git commit
, git push
)git remote add origin git@example.com:repository.git
git push --force --all