GIT - Connect to a remote repository
GIT - Connect to a remote repository
- By Mohammad --
- Sunday, 30 May, 2021
If you haven't connected your local repository to a remote server, add the server to be able to push to it:
git remote add origin
List all currently configured remote repositories:
git remote -v