Skip to content

Instantly share code, notes, and snippets.

@tarun-nagpal-github
Created March 20, 2021 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tarun-nagpal-github/8b2f52667b05f6f3b1d866358d6cdd4a to your computer and use it in GitHub Desktop.
Save tarun-nagpal-github/8b2f52667b05f6f3b1d866358d6cdd4a to your computer and use it in GitHub Desktop.
echo "**************Setting the Setup for Tarun Nagpal***********"
echo " *** Setting Up Git **** "
git config --global user.name "tarun-nagpal"
git config --global user.password "11/mar/86"
echo " *** Reset Npm **** "
npm logout
npm config set registry https://registry.npmjs.org/
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment