diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2015-02-15 05:42:50 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-02-15 05:42:50 +0000 |
commit | e81a8c4cb715ab0a7655636d9285c75de73b4d15 (patch) | |
tree | 291f5dc6e36921e1cf4ccd7e477c989edee48807 | |
parent | 46354c1423e7e1180a84d64780b928127f29fcdb (diff) |
mention --dept
-rw-r--r-- | doc/direct_mode.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/direct_mode.mdwn b/doc/direct_mode.mdwn index 436207ee5..215f5da8f 100644 --- a/doc/direct_mode.mdwn +++ b/doc/direct_mode.mdwn @@ -119,7 +119,7 @@ to revert the last committed change to `file` in direct mode. Note that if the f $ git annex status file # look how that change is now committed $ git annex undo file # okay, good to go, now we're reverting to the previous version -If you would have skipped that `git annex add`, above, you would have revert to the version *before* the version that was before the modified version! In other words, two versions before! +If you would have skipped that `git annex add`, above, you would have revert to the version *before* the version that was before the modified version! In other words, two versions before! Note that you can use the `--depth` flag to revert even earlier versions of the file. ## forcing git to use the work tree in direct mode |