Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit c8e34ae

Browse files
authored
also copy .github directory
Fixes #15
1 parent bc6327f commit c8e34ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git clone https://github.com/google/new-project
2424
mkdir my-new-thing
2525
cd my-new-thing
2626
git init
27-
cp -r ../new-project/* .
27+
cp -r ../new-project/* ../new-project/.github .
2828
git add *
2929
git commit -a -m 'Boilerplate for new Google open source project'
3030
```

0 commit comments

Comments
 (0)