Commit 486b107b8f7a7ca4335497899052c2b96b798208

Stefan Sperling 2019-07-30T20:18:41

might be a good idea to have something like git checkout -p

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/TODO b/TODO
index 50bc022..d82cd6a 100644
--- a/TODO
+++ b/TODO
@@ -17,6 +17,8 @@ got:
 - recursive removal: got rm -R
 - recursive revert: got revert -R
 - add 'got stage' command with 'git add -p' style functionality
+- add 'got unstage' command to undo effects of 'got stage'
+- add 'git checkout -p' style functionality to 'got revert' and 'got unstage'
 
 tog:
 - implement horizonal scrolling in all views