Switch to side-by-side view

--- a/ForgeGit/forgegit/model/git_repo.py
+++ b/ForgeGit/forgegit/model/git_repo.py
@@ -60,7 +60,7 @@
         '#!/bin/bash\n'
         '# The following is required for site integration, do not remove/modify.\n'
         '# Place user hook code in post-receive-user and it will be called from here.\n'
-        'curl -s $url\n'
+        'curl -L -s $url\n'
         '\n'
         'DIR="$$(dirname "$${BASH_SOURCE[0]}")"\n'
         'if [ -x $$DIR/post-receive-user ]; then\n'