Acabo de instalar git history en mi proyecto de reacción expo, el problema es que el historial se ha estado cargando durante 10 minutos ahora, solo está en blanco y aquí está el código de error
git rev-list --full-history --count master -- app/screens/Welcome.js (completed in 0.133s) fatal: bad revision 'master' git log --full-history --pretty=oneline --date-order --decorate=full --skip=0 --max-count=100 master --follow -- app/screens/Welcome.js (completed in 0.138s) fatal: bad revision 'master' git shortlog -e -s -n HEAD (completed in 0.122s) fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]'¿algunas ideas?