Wednesday, December 27, 2017

thumbnail

How to set username in Git ?


Open Terminal

Set Git User Name Globally

$ git config --global user.name "Nasr Ullah"
$ git config --global user.name
> Nasr Ullah

Set Git User Name for a Single Repository

$ git config user.name "Nasr Ullah"
$ git config user.name
> Nasr Ullah

Subscribe by Email

Follow Updates Articles from This Blog via Email

No Comments

comments

About me

simple one.