This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Persisting the old remote link for origin
after changing the remote
link #1673
Open
Description
Description
When I changed the origin repo, atom still tries pushes to old origin.
Steps to Reproduce
- In terminal rename old
origin
tosomething
. - In terminal, create a new remote with the name
origin
- In Atom: Try pushing new changes. It will still goto old
origin
(Which issomething
now) instead of the neworigin
.
Expected behavior:
It should push changes to new origin
Actual behavior:
Pushes to old origin
Reproduces how often:
Everytime
Versions
Atom : 1.29.0
Electron: 2.0.5
Chrome : 61.0.3163.100
Node : 8.9.3