Comment on Gitless: an experimental version control system built on top of GitparentComments−michaelmior12ygit add -p could just be replaced with git commit -p without adding a stage. Although it doesn't seem like this is what Gitless does at the moment.−StavrosK12yI would think that this is exactly what's expected in an experiment like this.
Comments
git add -p could just be replaced with git commit -p without adding a stage. Although it doesn't seem like this is what Gitless does at the moment.
I would think that this is exactly what's expected in an experiment like this.