We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6176f0d commit b642d1fCopy full SHA for b642d1f
RetailCoder.VBE/SourceControl/ISourceControlProvider.cs
@@ -33,7 +33,9 @@ public interface ISourceControlProvider
33
/// <returns>Newly created Repository.</returns>
34
IRepository InitVBAProject(string directory);
35
36
- //todo: document
+ /// <summary>
37
+ /// Pushes commits in the CurrentBranch of the Local repo to the Remote.
38
+ /// </summary>
39
void Push();
40
41
/// <summary>
0 commit comments