guit
guit copied to clipboard
Documentation Added, hasn't been reviewed yet
Let's remove the hasn't been reviewed yet suffix from the commit message
@SophiaC42 we should moved the source comments into the IGitRepository interface:
https://github.com/kzu/guit/blob/master/src/Guit.Core/IGitRepository.cs
Since what we usually document is the public interface and not the implementation.
GitRepository implementation methods could use the
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/xmldoc/inheritdoc
e.g.
