Markdown Monster
Markdown Monster Commits but wont push
Gravatar is a globally recognized avatar based on your email address. Markdown Monster Commits but wont push
  Remu
  All
  Aug 4, 2017 @ 04:50am

Hi, I have a registered MM and it is great. But when I use the 'Commit to Git and Push' - it only commits, but does not push. I have to open console and do the push manually. In settings, I have "GitCommitBehavior": "CommitAndPush"

When I select 'Commit to Git and Push' - I get the green dot and success message in the status bar at the bottom.

Gravatar is a globally recognized avatar based on your email address. re: Markdown Monster Commits but wont push
  Rick Strahl
  Remu
  Aug 4, 2017 @ 11:13am

Is your Git repository connected to a server repository? MM only works if the remote is already configured. Likewise MM commits will fail if there is no repository.

Markdown Monster issues these two commands to Commit and Push:

git commit --only {fileName} -m "Updating documentation for {fileName}."
git push origin

Additionally git.exe has to be in your path, but that seems to be the case since the commit is working.

You can look at the code here:

+++ Rick --

© 1996-2024