Skip to content

Commit 5e9e06c

Browse files
authored
Remove git user config (#55)
Removed `git config` in `_tasks` for the generated project.
1 parent d4872ff commit 5e9e06c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

copier.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,3 @@ _exclude:
9393
_tasks:
9494
- command: git init -b {{branch}}
9595
working_directory: "{{project_name}}"
96-
- command: git config user.name {{full_name}}
97-
working_directory: "{{project_name}}"
98-
- command: git config user.email {{email}}
99-
working_directory: "{{project_name}}"

0 commit comments

Comments
 (0)