Skip to content

Commit

Permalink
Remove git user config (#55)
Browse files Browse the repository at this point in the history
Removed `git config` in `_tasks` for the generated project.
  • Loading branch information
santacodes authored Aug 28, 2024
1 parent d4872ff commit 5e9e06c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"

0 comments on commit 5e9e06c

Please sign in to comment.