]> git.phdru.name Git - cookiecutter.git/commitdiff
Add script update-remotes
authorOleg Broytman <phd@phdru.name>
Tue, 18 Apr 2017 03:45:54 +0000 (06:45 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 18 Apr 2017 03:45:54 +0000 (06:45 +0300)
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" &&
 
 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
 exec ./mk-git-aliases