APD.IntegrationTests.VCS.Git.GitSharpContext.CleanRepository C# (CSharp) Method

CleanRepository() protected static method

protected static CleanRepository ( ) : void
return 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);
        }