On the other hand,
export EDITOR='sed -ie "/^\+/s/ override//"'
yes e | git add -p
is a good way to commit all your changes except the addition of
C++11 override specifiers.
On the other hand,
export EDITOR='sed -ie "/^\+/s/ override//"'
yes e | git add -p
is a good way to commit all your changes except the addition of
C++11 override specifiers.