mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
attempt to fix #8
This commit is contained in:
parent
a312da2a4c
commit
3fded04662
1 changed files with 1 additions and 1 deletions
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue