Setting global variables: Difference between revisions

From wikipost
Jump to navigation Jump to search
(Created page with " ===Global User Name=== Get the current global user name: <pre> git config --global user.name "Mona Lisa" </pre> Set the current global user name: <pre> git config --global user.name "Mona Lisa" </pre>")
(No difference)

Revision as of 22:44, 13 February 2024


Global User Name

Get the current global user name:

git config --global user.name "Mona Lisa"


Set the current global user name:

git config --global user.name "Mona Lisa"