This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
SettingsView does not update for remotes removed externally #89
Closed
Description
- Initialize Git Repo
- On git command line add https remote "origin"
- Observe that the Settings UI has updated with new "origin"
- Run
git remote set-url origin
command to change url - Observe that the Settings UI has updated to new url
- On git command line remove remote "origin"
- Observe that the Settings UI has NOT updated blank