Git - Remote URL


# If you want only the remote URL, or referential integrity has been broken:
git config --get remote.origin.url

# If you require full output or referential integrity is intact:
git remote show origin

# Set url
git remote set-url origin new.git.url/here

Tidak ada komentar:

Posting Komentar