6 ms·
A quick peruse doesn't show that there's a way to only commit certain parts of a file (like you can do in vanilla git via `git add --patch`)
by indspenceable 10y ago
A quick peruse doesn't show that there's a way to only commit certain parts of a file (like you can do in vanilla git via `git add --patch`)
- joshka 10y ago"There's also a p/partial flag that allows you to interactively select segments of files to commit." http://gitless.com/#gl-commit http://gitless.com/#gl-commit But looking at it, this seems like it would strongly couple the decision to include a part of a file with the commit process rather than something that I can be thinking about as I write the change. I think I'd likely find that irritating.