Skip to content

Commit 6a2ba42

Browse files
committed
add append .git to the repository in next steps
1 parent ee24e91 commit 6a2ba42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

copier/messages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _message_after_copy: |
2222
git add --all
2323
git commit -m "first commit"
2424
git branch -M main
25-
git remote add origin {{ repository }}
25+
git remote add origin {{ repository }}.git
2626
2727
- Push the initial commit to a new repo on GitHub
2828

0 commit comments

Comments
 (0)