You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.
Came here just a few hours after you for the exact same question (from the note in the README: The method for staging individual patches isn't the best interface.. It's #101 that helped me figure it out. To stage hunks / chunks / patches (i.e. only part of a file) :
In the unstaged section,
Arrow up or down to the file you want to partially commit,
Hit tab to open the diffs,
Arrow down and up to the hunk / chunk / patch you want to stage,
Hit Shift-S to stage, continue to arrow up or down and hit Shift-S for staging other hunks.
GOTCHA (cf isn't the best interface) Hit R to refresh
Now you should see the changes in the unstaged area. (you might need to arrow down).
The same thing works for unstaging, just use U once you've tabbed into the diffs (and also hit R to see the changes.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This package claims it can be used to stage chunks, but I can find no documentation nor UI options for doing so.
The text was updated successfully, but these errors were encountered: