Commit 285e7af7c6c921bc85f9333e7c0e8a5a67b0b3d7

Stefan Sperling 2019-07-30T18:17:59

add 'got stage' to TODO list

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/TODO b/TODO
index a299495..50bc022 100644
--- a/TODO
+++ b/TODO
@@ -16,6 +16,7 @@ got:
 - recursive addition: got add -R
 - recursive removal: got rm -R
 - recursive revert: got revert -R
+- add 'got stage' command with 'git add -p' style functionality
 
 tog:
 - implement horizonal scrolling in all views