X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=remote%2Fgit-configure;h=5a334f696c8d0876a17e2baaba8e1acbe7fd76bc;hp=77c6ec3d5434c0296a83f4c0be8c590f973fdd13;hb=83b3ca83e8d9f263b25052cc1be78af145623857;hpb=82a43a9c95892ecfa8bad1a72b490ad0bf60cd3b diff --git a/remote/git-configure b/remote/git-configure index 77c6ec3..5a334f6 100755 --- a/remote/git-configure +++ b/remote/git-configure @@ -6,6 +6,6 @@ git remote rm host || true git remote add host $local_host:src/$local_hostname git config --replace remote.host.push HEAD:refs/remotes/master git remote rm local || true -git remote add local $local_fqdn:src/$local_hostname +git remote add local $local_ipv4:src/$local_hostname git config --replace remote.local.push HEAD:refs/remotes/master git submodule update --init