Re: [Request] Git reset should be able to ignore file permissions
From: Alexander Nestorov <hidden> Date: 2016-06-15 22:57:48
Git reset --keep is not an option as it will abort the operation if
there are local changes,
which is exactly what I want to do: replace files with local changes
but leave file
permissions as they are.