Git Global User

history edit

Git

  • User
    • Get: git config --global user.name
    • Set: git config --global user.name {display name}
    • Clear: git config --global user.name ""
  • Email
    • Get: git config --global user.email
    • Set: git config --global user.email {email address}
    • Clear: git config --global user.email ""