-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal: Not a valid object name master #102
Comments
like #84 by @kannanbalu but it 💯 work with $ git fame --branch main running:$ sh -xc "uname -a ; git fame --version ; git fame ; git checkout -b development ; git checkout -b mmm ; git branch ; git fame --branch=main >/dev/null ; git fame --branch=mmm >/dev/null ; git fame --branch=development >/dev/null ; git checkout -b master ; git fame >/dev/null ; git fame --branch=master >/dev/null" |& sed -ure 's/^(\+\s+)/\n\1/;$s/$/\n/' output:
|
me also like @MrShoenel in this comment:
both commands |
Also i remark, that
|
There might be some reference to I'm open for a PR ツ |
hi, iget this error while running
git fame
perhaps my branch ismain
.a workaround that is to use
--branch
arg likegit fame --branch main
.running:
output:
workaround
The text was updated successfully, but these errors were encountered: