Does anyone knows a cli utility or command that allow to quickly mark files to add to the next commit or rebase ?
For now i have to do :
git add $fullPath0 $fullPath1 $fullPath2...
I heard that "tig" can open a window where you can add files with spacebar key but i can't find anything about this command.