I want keep directories' permissions in a git repository. It seems that one easy way is using git-cache-meta
. What is an example and a minimal explanation of its use?
相关问题
- Why does recursive submodule update from github fa
- I want to read exif info in image in android. I ca
- Extended message for commit via Visual Studio Code
- Emacs shell: save commit message
- Can I organize Git submodules in a flat hierarchy?
相关文章
- 请教Git如何克隆本地库?
- GitHub:Enterprise post-receive hook
- Git Clone Fails: Server Certificate Verification F
- SSIS solution on GIT?
- How do I append metadata to an image in Matlab?
- Is there a version control system abstraction for
- What file sytems support Java UserDefinedFileAttri
- ssh: Could not resolve hostname git: Name or servi
If you're referring to this implementation of
git-cache-meta
, then all you need to do is make sure the script is in your $PATH (put it in/usr/local/bin/
or similar) and go to repo you want, then run:That will store the meta data in a file named
.git_cache_meta
in the rep. Then on another instance of the repo, run: