Useful Git Commands

Find Git Configuration Infomation

  1. git config –list : Get a list all the configuration information such as current user name, email, branch name.
  2. git config user.name : Get current user name only.
  3. git config user.email : Get email address of the current user.

Loading spinner

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.