Skip to content

Commit b642d1f

Browse files
committed
forgot a doc string
1 parent 6176f0d commit b642d1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RetailCoder.VBE/SourceControl/ISourceControlProvider.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ public interface ISourceControlProvider
3333
/// <returns>Newly created Repository.</returns>
3434
IRepository InitVBAProject(string directory);
3535

36-
//todo: document
36+
/// <summary>
37+
/// Pushes commits in the CurrentBranch of the Local repo to the Remote.
38+
/// </summary>
3739
void Push();
3840

3941
/// <summary>

0 commit comments

Comments
 (0)