Interesting Option -P For Git Command
Many git commands have a interesting option –patch or -p for short, it allows a user to go through every change and asks what to do instead of adding all changes in the file to a new index. git add -p Developer often edits the same file multiple times and Read more…