Sep.Git.Tfs.Commands.Ext.ToLocalGitRef C# (CSharp) Method

ToLocalGitRef() public static method

public static ToLocalGitRef ( this refName ) : string
refName this
return string
        public static string ToLocalGitRef(this string refName)
        {
            return "refs/heads/" + refName;
        }