-
Couldn't load subscription status.
- Fork 102
Open
Description
When I use the mkdir -p /some/path && cat | tar -x -C /some/path command specified in the documentation I get an unexpected result. My code is in place, but at the root of my project I also get
drwxr-xr-x 2 git git 4096 2014-05-31 20:44 branches
-rw-r--r-- 1 git git 66 2014-05-31 20:44 config
-rw-r--r-- 1 git git 73 2014-05-31 20:44 description
-rw-r--r-- 1 git git 23 2014-05-31 20:44 HEAD
drwxr-xr-x 2 git git 4096 2014-05-31 20:44 hooks
drwxr-xr-x 2 git git 4096 2014-05-31 20:44 info
...and a few more. i.e. some low-level git info that I'm not used to seeing in my repo.
Is this expected behavior or did I do something wrong? I don't see that it'll do any harm, but I'm always a bit spooked by the unexpected while coding.
Thanks, and great project!
Metadata
Metadata
Assignees
Labels
No labels