Ejemplo n.º 1
0
		public void PushAllTags ()
		{
			var pushTags = new NGit.Api.Git (RootRepository).Push ();
			pushTags.SetPushTags ().Call ();
		}