APD.IntegrationTests.VCS.Git.GitSharpContext.CleanRepository C# (CSharp) Метод

CleanRepository() защищенный статический Метод

protected static CleanRepository ( ) : void
Результат void
        protected static void CleanRepository()
        {// Fikk kompileringsfeil av følgende kode:
            foreach (var filepath in _repo.Index.Entries) _repo.Index.Delete(_localDirectory + filepath);
            _repo.Commit("Repository cleaned..", _nicolai);
        }