I just installed git history to my react expo project, the problem is that the history has been loading for like 10 mins now, just blank and here is the error code
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>...]'
any ideas?