goldstar611 / gitless

A maintained fork of the simple git interface
https://goldstar611.github.io/gitless/
MIT License
26 stars 2 forks source link

gl remote needs update option #1

Closed goldstar611 closed 2 years ago

goldstar611 commented 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