You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
This has been bugging me since the early days but I figured it was too tiny a nitpick to bring up, but since development is at a standstill, now's the perfect time!
A standard for storing github user information already existed before this project, all the way back in 2008.
I think we should use that instead of git config --global git.username to avoid unnecessary duplication of the same info in .gitconfig files the world over.
The text was updated successfully, but these errors were encountered:
Thanks @beaugunderson! Bumped github-current-user so both forms are now supported. Some extra googling tells me both forms are out there in abundance, the former one a bit moreso.
"git config --global github.user": About 2,140 results
"git config --global user.username": About 2,690 results
¯_(ツ)_/¯
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This has been bugging me since the early days but I figured it was too tiny a nitpick to bring up, but since development is at a standstill, now's the perfect time!
A standard for storing github user information already existed before this project, all the way back in 2008.
I think we should use that instead of
git config --global git.username
to avoid unnecessary duplication of the same info in.gitconfig
files the world over.The text was updated successfully, but these errors were encountered: