Lets make that connection. Locally in Git Bash type the following command and hit enter. git remote add origin https://github.com/manish-patil/react-typescript The command will add a reference to the remote repository to the locally initialized git repository.
↧