Function to sync local work in Ulysses to remote

syncUlyssesWork(
  commitMessage,
  branch = gert::git_branch(),
  gitRemoteName = "origin"
)

Arguments

commitMessage

the commit message describing the work done since the last commit

branch

the name of the branch you want to commit changes. Defaults to the active branch

gitRemoteName

the name of the remote. Defaults to origin.