summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar mitzip <mitzip@web>2015-05-27 21:49:42 +0000
committerGravatar admin <admin@branchable.com>2015-05-27 21:49:42 +0000
commit9dda66df78db328d901a849410ef8b29df39dd0b (patch)
tree73d2245842d2d13a92c13d2cd0e7b48ce4f70607
parent33a5cbc9061f159a7f08c62f5367ceecb6eb9fee (diff)
-rw-r--r--doc/forum/Proper_usage_of_git_annex_proxy_to_mimc_undo_--depth.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/Proper_usage_of_git_annex_proxy_to_mimc_undo_--depth.mdwn b/doc/forum/Proper_usage_of_git_annex_proxy_to_mimc_undo_--depth.mdwn
index 1112932be..6a02fed78 100644
--- a/doc/forum/Proper_usage_of_git_annex_proxy_to_mimc_undo_--depth.mdwn
+++ b/doc/forum/Proper_usage_of_git_annex_proxy_to_mimc_undo_--depth.mdwn
@@ -10,6 +10,6 @@ What I've found is that your suggestion of `git revert` is nice because it would
So annex, thorough as it is, creates a `$filename.variant-local.$ext` file after the auto conflict resolution to preserve the original. `git revert` is neater, history wise, because there is no conflict as git knows exactly what's changing and from whence it came, rather than just some new file content showing up from who knows where with `git checkout`.
-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`.
+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?