X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/af20ee2b76c9916ab5afaf59b0b2eb0ee7ac66df..e3b0584a493d4d2178bc7c48ff89fde766ff322b:/ikiwiki-makerepo diff --git a/ikiwiki-makerepo b/ikiwiki-makerepo index a97c060c2..d249e5e75 100755 --- a/ikiwiki-makerepo +++ b/ikiwiki-makerepo @@ -58,10 +58,12 @@ git) cd "$srcdir" git init echo /.ikiwiki > .gitignore + echo /recentchanges >> .gitignore git add . git commit -m "initial commit" git remote add origin "$repository" git config branch.master.merge refs/heads/master + git config branch.master.remote origin git push --all echo "Directory $srcdir is now a clone of $rcs repository $repository" ;;