diff options
author | https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog <Michael@web> | 2013-07-15 17:48:48 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-15 17:48:48 +0000 |
commit | bb8b53744912e579c15853c72e54c7b7610874a6 (patch) | |
tree | e13eb2592d47ce83663e22a481dae0bbe55296cf | |
parent | c09ec7d85567c4cf8251af5a4f02472bf6f84488 (diff) |
-rw-r--r-- | doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn b/doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn index 1f3cc059e..70b13c241 100644 --- a/doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn +++ b/doc/bugs/git_annex_uninit_removes_files_not_previously_added_to_annex.mdwn @@ -5,9 +5,10 @@ Once git annex uninit is complete, these files are deleted. ### What steps will reproduce the problem? -cp big-file annex-dir -cd annex-dir +cp big-file annex-dir; +cd annex-dir; git annex uninit + ... big-file is gone |