From: Oleg Broytman Date: Tue, 18 Apr 2017 03:45:54 +0000 (+0300) Subject: Add script update-remotes X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=4012c1f1fba8d3c8602334370568fdbcac48a769 Add script update-remotes --- 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