This commit is contained in:
mitzip 2015-05-27 22:43:03 +00:00 committed by admin
parent c167828f68
commit 732119d4ab

View file

@ -12,4 +12,4 @@ So annex, thorough as it is, creates a `$filename.variant-local.$ext` file after
The issue it seems is that `git revert` works on a commit basis, while `git checkout` can operate on files. If I'm correct in this it would be good to know if annex uses one commit per file, for sure, every time? If this is the case, there would be no problem using the better in most every other way `git revert`.
Though, I'm still not clear how to use the "depth" referencing with git revert rather than hashes, any suggestions?
Though, I'm still not clear how to use the "depth" referencing with `git revert` rather than hashes, any suggestions?