NEWS COMMUNITY STORE LABS GIT SIGN UP LOGIN LOGOUT ROKOJORI NEWSLETTER SIGN UP LOGIN LOGOUT NEWS COMMUNITY STORE LABS GIT TOGGLE FULLSCREEN VOLLBILD AN/AUS image/svg+xml image/svg+xml image/svg+xml SET USER INFO
Tell git which email and name to use
image/svg+xml image/svg+xml Tell git which email and name to use image/svg+xml
quick-tip img:not(.icon) quick-tip img:not(.icon) quick-tip img[data-info] APP | VERSION
Linux/Ubuntu


RELATED TAGS
git, user, email, name, change settings


QUESTIONS
How can I set the git's user for committing/pushing?
Can I change my email for git?
Is there a way to change the user settings of git for all projects?


LINKS
    Open CMD
Open your CMD/terminal.

If you want to change the user info of a specific project, change your path to the project path. cd {path/of/project}

    Set Email
This tells git to change the user email for all projects to the specified one. git config --global user.email user@email-provider.com
For changing it only for the project of the selected path, remove the flag "--global" from above: path/of/project:$git config user.email user@email-provider.com
    Set Name
This tells git to change the user name for all projects to the specified one. git config --global user.name User-Name
For changing it only for the project of the selected path, remove the flag "--global" from above: path/of/project:$git config user.name User-Name

APP | VERSION
Linux/Ubuntu


RELATED TAGS
git, user, email, name, change settings


QUESTIONS
How can I set the git's user for committing/pushing?
Can I change my email for git?
Is there a way to change the user settings of git for all projects?


LINKS
GIT Overview






All social media brands are registrated trademarks and belong to their respective owners.





CONTACT IMPRINT TERMS OF USE PRIVACY © ROKOROJI ® 2021 rokojori.com
CONTACT IMPRINT TERMS OF USE PRIVACY © ROKOROJI ® 2021 rokojori.com
We are using cookies on this site. Read more... Wir benutzen Cookies auf dieser Seite. Mehr lesen...