cake-contrib / Cake_Git

Cake AddIn that extends Cake with Git features using LibGit2 and LibGit2Sharp
https://cakebuild.net/extensions/cake-git
Other
39 stars 63 forks source link

Add GitRemotes() and GitRemote() aliases (#147) #192

Open ap0llo opened 1 month ago

ap0llo commented 1 month ago

Add aliases to retrieve information about a git repository's remotes.

It was already possible to get the remotes indirectly via the GitBranchCurrentAlias() but I found this counterintuitive and hard to discover.

I think it makes sense to have dedicated aliases for working with remotes as this git functionality is not directly tied to any branch.