diff --git a/doc/walkthrough/using_tags_and_branches.mdwn b/doc/walkthrough/using_tags_and_branches.mdwn index 06f0214720..b147ea4661 100644 --- a/doc/walkthrough/using_tags_and_branches.mdwn +++ b/doc/walkthrough/using_tags_and_branches.mdwn @@ -1,6 +1,6 @@ -Like git, git-annex hangs on to every old version of a file, so you can -make tags and branches, and can check them out later to look at the old -files. +Like git, git-annex hangs on to every old version of a file (by default), +so you can make tags and branches, and can check them out later to look at +the old files. # git tag 1.0 # rm -f my_cool_big_file