From: Oleg Broytman Date: Tue, 20 Aug 2024 15:28:24 +0000 (+0300) Subject: Feat(mk-project): Set `publish-docs` as additional file for `./update-remotes` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=a61df72a915c5a7b2c03e9b741dd4b00e0c60596;p=cookiecutter.git Feat(mk-project): Set `publish-docs` as additional file for `./update-remotes` --- diff --git a/mk-project b/mk-project index 788ddbe..3e6921e 100755 --- a/mk-project +++ b/mk-project @@ -28,5 +28,6 @@ echo /update-remotes >>.git/info/exclude && git add . && git commit --message "Initial commit - created the project" && git config htdocs.path "$HOME"/Internet/WWW/htdocs/phdru.name/Software/Python/"$project_name"/docs && +git config update-remotes.files publish-docs && cp -p "$HOME"/current/projects/m_lib/update-remotes . && exec devscripts/mk-git-aliases