Skip to content
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

Handling either *.name or *.username in gitconfig #190

Closed
wants to merge 1 commit into from
Closed

Handling either *.name or *.username in gitconfig #190

wants to merge 1 commit into from

Commits on Aug 14, 2015

  1. Handling either *.name or *.username in gitconfig

    There might be a better way of handling this or even just switching to using `git config user.name` rather then `user.username` might help avoid trouble for users who have already setup git using official [git][1] or [github][2] documentation. Both of which seem to recommend `user.name` over `user.username`.  If there is some reason behind `user.username` being the better option, I'd love to learn more about the topic.
    
    ---
    Thanks and great work on helping newbies level up we appreciate it!
    
    [1]: http://www.git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
    [2]: https://help.github.com/articles/setting-your-username-in-git/
    Carl Hicks committed Aug 14, 2015
    Configuration menu
    Copy the full SHA
    9a2ec9e View commit details
    Browse the repository at this point in the history