Пример #1
0
 public void AddRemote(string url)
 {
     _logger.Info("Adding git remote (origin) at {Url}.", url);
     _gitClient.AddRemote(url);
 }