You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
...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!
The text was updated successfully, but these errors were encountered:
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...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!
The text was updated successfully, but these errors were encountered: