Verifikasi bahwa remote ditambahkan dengan benar

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)
Brave Buffalo