summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex.mdwn4
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`