Here are the list of useful git commands.
> git config -l
List all variables set in config file.
> git config --global user.name "uma mahesh"
> git config --global user.email "umamaheshvarma@gmail.com"
Thank You,
Uma Mahesh.
> git config -l
List all variables set in config file.
> git config --global user.name "uma mahesh"
> git config --global user.email "umamaheshvarma@gmail.com"
Thank You,
Uma Mahesh.
No comments:
Post a Comment