Answers for "Verify that the remote is added correctly"

0

Verify that the remote is added correctly

git remote -v

origin    [email protected]:my-user/some-project.git (fetch)
origin    [email protected]:my-user/some-project.git (push)
upstream  [email protected]:some-gatekeeper-maintainer/some-project.git (fetch)
upstream  [email protected]:some-gatekeeper-maintainer/some-project.git (push)
Posted by: Guest on March-13-2022

Code answers related to "Verify that the remote is added correctly"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language