We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246fe92 commit 9a408b9Copy full SHA for 9a408b9
1 file changed
LibGit2Sharp/Branch.cs
@@ -182,6 +182,7 @@ public virtual string RemoteName
182
/// the tracked branch.
183
/// </para>
184
/// </summary>
185
+ [Obsolete("This property is deprecated. Use Repository.Network.Remotes[] using the RemoteName property")]
186
public virtual Remote Remote
187
{
188
get
0 commit comments