Closed goldstar611 closed 2 years ago
user@host /mnt/spinnydisk/git/gitless.git/master (master) $ gl remote -c origin git@github.com:goldstar611/gitless.git ✘ remote 'origin' already exists user@host /mnt/spinnydisk/git/gitless.git/master (master) $ gl remote -d origin ✔ Remote origin removed successfully user@host /mnt/spinnydisk/git/gitless.git/master (master) $ gl remote -c origin git@github.com:goldstar611/gitless.git ✔ Remote origin mapping to git@github.com:goldstar611/gitless.git created successfully ➜ to list existing remotes do gl remote ➜ to remove origin do gl remote -d origin