summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-02-27 15:01:26 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-02-27 15:01:26 +0200
commit5ac9161b7edabbb95c1f8a5d68af62a567687190 (patch)
treefd84ab55515d9845a66fd38316abcf0088c68804
parent247d3a720d5fa727db86d0b34c02e9139664dc4e (diff)
Rearrange TODO list
It's easier to test a git fetch if I already have git init.
-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)