syncUlyssesWork.RdFunction to sync local work in Ulysses to remote
syncUlyssesWork(
commitMessage,
branch = gert::git_branch(),
gitRemoteName = "origin"
)the commit message describing the work done since the last commit
the name of the branch you want to commit changes. Defaults to the active branch
the name of the remote. Defaults to origin.