From 4012c1f1fba8d3c8602334370568fdbcac48a769 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 18 Apr 2017 06:45:54 +0300 Subject: [PATCH 1/1] Add script update-remotes --- cookiecutter | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2