]> sipb.mit.edu Git - ikiwiki.git/blobdiff - ikiwiki-makerepo
closing, fixed in documentation
[ikiwiki.git] / ikiwiki-makerepo
index a97c060c2a15d81f85a90f13722672c8c6bb94ea..d249e5e754c00a36ee29b6b6d667017c6b71bdda 100755 (executable)
@@ -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"
 ;;