attempt to fix #8

This commit is contained in:
Manuel Barkhau 2020-10-03 18:43:14 +00:00
parent a312da2a4c
commit 3fded04662

View file

@ -36,7 +36,7 @@ VCS_SUBCOMMANDS_BY_NAME = {
'add_path' : "git add --update {path}",
'commit' : "git commit --message '{message}'",
'tag' : "git tag --annotate {tag} --message {tag}",
'push_tag' : "git push origin --follow-tags {tag}",
'push_tag' : "git push origin --follow-tags {tag} HEAD",
'show_remotes': "git config --get remote.origin.url",
},
'hg': {