X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=cookiecutter;h=4923b8e5af3345bdc28bf3086f937a03c9b81dfb;hp=539fddac4550ee3eb6651d51b1550b1488f77141;hb=b2027c2ae3aa07681bd9881b9f3afc173fcd9782;hpb=13450f371aa445a050f7735d060d301abb340dc6 diff --git a/cookiecutter b/cookiecutter index 539fdda..4923b8e 100755 --- a/cookiecutter +++ b/cookiecutter @@ -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