Comment on hr for your terminalComments−rcfox12yAnyone know how to add this sort of thing before the prompt in `git add -p` ?−C0d3rOP12yYou can create an alias in git like this:vim ~/.gitconfig ap = !hr && git add -p # Add this line to your file
Comments
Anyone know how to add this sort of thing before the prompt in `git add -p` ?
You can create an alias in git like this:
vim ~/.gitconfig