Partially Committing Changes in Git ✂️
When working on a project, sometimes you don’t want to commit all your changes at once. Git makes it easy to commit changes selectively using the git add -p command. This allows you to interactively pick which chunks of changes you want to stage and commit

When working on a project, sometimes you don’t want to commit all your changes at once. Git makes it easy to commit changes selectively using the git add -p command. This allows you to interactively pick which chunks of changes you want to stage and commit