We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee24e91 commit 6a2ba42Copy full SHA for 6a2ba42
1 file changed
copier/messages.yml
@@ -22,7 +22,7 @@ _message_after_copy: |
22
git add --all
23
git commit -m "first commit"
24
git branch -M main
25
- git remote add origin {{ repository }}
+ git remote add origin {{ repository }}.git
26
27
- Push the initial commit to a new repo on GitHub
28
0 commit comments