public bool AddPushRefSpec(RefSpec s) { if (Push.Contains(s)) { return(false); } Push.Add(s); return(true); }