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.gitgit push --force --all
Another quick recipe:
git initgit pull, edit gitosis.conf, git commit, git push)git remote add origin git@example.com:repository.gitgit push --force --all
Post a Comment