commit 486b107b8f7a7ca4335497899052c2b96b798208 from: Stefan Sperling date: Tue Jul 30 18:18:41 2019 UTC might be a good idea to have something like git checkout -p commit - 285e7af7c6c921bc85f9333e7c0e8a5a67b0b3d7 commit + 486b107b8f7a7ca4335497899052c2b96b798208 blob - 50bc022474fd780620d10b53826fe025b894a5d1 blob + d82cd6ad862e53e3b7071ce2233d5415db93e980 --- TODO +++ 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