diff options
| -rwxr-xr-x | NewProject.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NewProject.sh b/NewProject.sh index 037c06e..7d6dd9d 100755 --- a/NewProject.sh +++ b/NewProject.sh @@ -19,7 +19,7 @@ echo \"$1\" > description;\ mv hooks/post-update.sample hooks/post-update;\ chmod +x hooks/post-update;" echo "[remote \"origin\"] - url = labs.anyclip.com:$targetDir + url = git@labs.anyclip.com:$targetDir fetch = +refs/heads/*:refs/remotes/origin/* [branch \"master\"] remote = origin |
