diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-17 16:44:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-17 16:44:06 -0400 |
commit | a4dc920f6b2c31cbdd2c727f1ba7550216303991 (patch) | |
tree | 1be896cae36fc4adb5eaa698438d3866cd44b7ac /doc | |
parent | a020b0c25c4e7c2e14d685eac8c4d3aa0e1fef8a (diff) |
remove some old todos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 4d2872aa3..66d9897d0 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -43,10 +43,6 @@ Enough broad picture, here's how it actually looks: backend storage to the current repository. * `git annex drop $file` indicates that you no longer want the file's content to be available in this repository. -* `git annex push $repository` pushes *all* annexed files to the specified - repository. -* `git annex pull $repository` pulls *all* annexed files from the specified - repository. * `git annex file $file` adjusts the symlink for the file to point to its content again. Use this if you've moved the file around. * `git annex unannex $file` undoes a `git annex add`. But use `git annex drop` |