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
I just discovered and installed this project and it's really great. I've been looking for a CLI tool to do line-by-line staging for a long time.
I think it would be even more great if git crecord would support pathspecs arguments, just as git commit, git add, git restore, git checkout, git reset and git stash push do.
So if i know that I just want to selectively stage lines in file foo, but file bar is also modified, I could do
git crecord foo
The text was updated successfully, but these errors were encountered:
I just discovered and installed this project and it's really great. I've been looking for a CLI tool to do line-by-line staging for a long time.
I think it would be even more great if
git crecord
would support pathspecs arguments, just asgit commit
,git add
,git restore
,git checkout
,git reset
andgit stash push
do.So if i know that I just want to selectively stage lines in file
foo
, but filebar
is also modified, I could doThe text was updated successfully, but these errors were encountered: