Committing partial changes from file in Git
git add -p file-p stands for patch mode, You can also use
git add --patch fileThis gives the user a chance to review the difference before adding modified contents to the index.
git add -p file-p stands for patch mode, You can also use
git add --patch fileThis gives the user a chance to review the difference before adding modified contents to the index.
Comments
Post a Comment