summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org8
1 files changed, 6 insertions, 2 deletions
diff --git a/readme.org b/readme.org
index 08fbac4..99f4e33 100644
--- a/readme.org
+++ b/readme.org
@@ -15,8 +15,12 @@ Pijul.
- [X] interactive command prompt
- [X] exit command
-- [ ] git fetch and git push
-- [ ] git init of both private and shared repos
+- [ ] git init of private repo
+- [ ] git fetch
+ - git receive-pack <argument>
+- [ ] git push
+ - git upload-pack <argument>, git upload-archive <argument>
+- [ ] git init of shared repos
- [ ] help command
- [ ] listing of repos
- [ ] history (only within same session)