git commits with the CLI only... without pulling your hair out

1 year ago
6

For years I was apprehensive about using the git command for committing changes until I discovered the `--patch` flag for `git add` and `git restore`... now I won't use anything else.

Loading comments...