Allow the 4git checkout to use commit's short hash
danielpcampagna opened this issue · 1 comments
danielpcampagna commented
At using the command 4git checkout <hash>
, it is needed to pass the commit's full hash.
The expected result is that 4git also works with commit's short hash, as Git does.
danielpcampagna commented