CodeEdit icon indicating copy to clipboard operation
CodeEdit copied to clipboard

✨ Git Remote Manager

Open Angelk90 opened this issue 2 years ago • 0 comments

Describe the solution you'd like

As you can see from the video, it would be useful to have a window in Source control that allows you to see the origins of the .git project.

  • To be able to modify fetch and push url.
  • Being able to create new points of origin.
  • To be able to delete the points of origin.
  • Show remote data in Inspector View

Webstorm:

https://user-images.githubusercontent.com/20476002/166105436-c29a3653-1e58-444e-af64-66debf46323c.mov

git remote -v
# View existing remotes
# origin  https://github.com/user/repo.git (fetch)
# origin  https://github.com/user/repo.git (push)

Angelk90 avatar Apr 30 '22 12:04 Angelk90