How to change my Git credentials in terminal?
method-1 (command line) To set your account’s default identity globally run below commands To set the identity only in current repository , remove –global and run below commands in your Project/Repo root directory Example: **Note: ** you can check these values in your GitHub profile or Bitbucket profile method-2 (.gitconfig) create a .gitconfig file in your home folder if … Read more