]> git.phdru.name Git - cookiecutter.git/blobdiff - cookiecutter
Add script update-remotes
[cookiecutter.git] / cookiecutter
index 539fddac4550ee3eb6651d51b1550b1488f77141..4923b8e5af3345bdc28bf3086f937a03c9b81dfb 100755 (executable)
@@ -22,4 +22,6 @@ sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \
 
 git init && git add . &&
 git commit --message "Initial commit - created the project" &&
+cp -p "$HOME"/current/projects/m_lib/update-remotes . &&
+echo /update-remotes >>.git/info/exclude &&
 exec ./mk-git-aliases