This repository was archived by the owner on Sep 11, 2020. It is now read-only.
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Delete Remote doesn't delete local references to the remote #876
Open
Description
repo.DeleteRemote("my_remote")
doesn't delete the references associated with that remote. git remote rm my_remote
does delete the references as well.
Questions:
- Can this sort of behavior be changed in the go-git api without adding options/alternative method?
- Should this behavior be changed to match the CLI?