Skip to content

Commit 8b20adf

Browse files
author
Fabian Ihl
committed
add hint to readme
1 parent fb4bc76 commit 8b20adf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,12 @@ make install_pre_commit
5757
```shell
5858
docker-compose run --rm py <your command>
5959
```
60+
61+
## Hints
62+
### Exporting all files
63+
For example if you want to use this template to start working in an other repository.
64+
65+
```shell
66+
git archive master | tar -x -C /somewhere/else
67+
68+
```

0 commit comments

Comments
 (0)