From 57f1f80f8cfb2bf19e5c7efe903ee4123daded97 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 11 Jun 2024 09:07:57 +0200 Subject: feat(common/init): Set `git.vhack.eu` as default git upstream --- common/files/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 common/files/init (limited to 'common') diff --git a/common/files/init b/common/files/init old mode 100755 new mode 100644 index 3498d56..f416b34 --- a/common/files/init +++ b/common/files/init @@ -59,7 +59,7 @@ prompt AUTHOR_NAME "The name of the author (or authors)" "$(git config --get use prompt AUTHOR_EMAIL "The email of the author (or authors)" "$(git config --get user.email)" # cog change-log variables -prompt REMOTE "The remote, this project will be pushed to" "codeberg.org" +prompt REMOTE "The remote, this project will be pushed to" "git.vhack.eu" prompt REPOSITORY "The name of the repository in the remote" "$APPLICATION_NAME" prompt OWNER "The name of owner of the repository" "$AUTHOR_NAME" -- cgit 1.4.1