From 023a97a890342e36b5f5abe00ab2c56b97265a66 Mon Sep 17 00:00:00 2001 From: Santhosh Sundaram Date: Wed, 28 Aug 2024 14:09:41 +0530 Subject: [PATCH] remove git user config --- copier.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/copier.yml b/copier.yml index 026e18f..17bb3cc 100644 --- a/copier.yml +++ b/copier.yml @@ -93,7 +93,3 @@ _exclude: _tasks: - command: git init -b {{branch}} working_directory: "{{project_name}}" - - command: git config user.name {{full_name}} - working_directory: "{{project_name}}" - - command: git config user.email {{email}} - working_directory: "{{project_name}}"