Cake_Git icon indicating copy to clipboard operation
Cake_Git copied to clipboard

Add Cake aliases to manage Git remotes

Open augustoproiete opened this issue 4 years ago • 1 comments

Related discussion: https://github.com/cake-build/cake/discussions/3416

Aliases that likely would be useful:

  • List existing remotes
  • Check if a remote exist by name
  • Check if a remote exist by url
  • Add a new remote
  • Update an existing remote
  • Remove an existing remote
  • Rename an existing remote

augustoproiete avatar Aug 03 '21 15:08 augustoproiete

Hi,

I've opened a PR that should cover the first two points, see #192 (I opened that PR before I saw this issue).

However, the build on macOS is failing for reasons that seem unrelated to my change. Any hints about what the problem could be would be appreciated.

ap0llo avatar Aug 09 '24 13:08 ap0llo