Skip to content

Commit

Permalink
Fixed the git config user.name bug (pybamm-team#38)
Browse files Browse the repository at this point in the history
Fixed the `git init user.name` fail.

pybamm-team#35
  • Loading branch information
arjxn-py authored Aug 4, 2024
2 parents 8ec9f4c + d0903db commit 6ce7920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ _subdirectory: template

_tasks:
- git init -b {{branch}}
- git config user.name {{full_name}}
- git config user.email {{email}}
- git config user.name "{{full_name}}"
- git config user.email "{{email}}"

0 comments on commit 6ce7920

Please sign in to comment.