git remote set-url origin https://github.com/rimatla/repo_name.git
git remote add origin https://github.com/username/repo_name.git
git remote show origin
git remote set-url origin https://github.com/rimatla/repo_name.git
git remote add origin https://github.com/username/repo_name.git
git remote show origin
cd ~/
ssh-keygen -t rsa
(/Users/you/.ssh/id_rsa)
~/.ssh/id_rsa
and ~/.ssh/id_rsa.pub
Ps: The current setup was done on 01-04-19
Project Dependency Versions at the time 👇
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "2.1.3",
"typescript": "^3.2.2"
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",