mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
fix push command
This commit is contained in:
parent
431596fb49
commit
b924f2a24a
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ VCS_SUBCOMMANDS_BY_NAME = {
|
||||||
'add_path' : "git add --update {path}",
|
'add_path' : "git add --update {path}",
|
||||||
'commit' : "git commit --file {path}",
|
'commit' : "git commit --file {path}",
|
||||||
'tag' : "git tag --annotate {tag} --message '{tag}'",
|
'tag' : "git tag --annotate {tag} --message '{tag}'",
|
||||||
'push_tag' : "git push {tag}",
|
'push_tag' : "git push origin '{tag}'",
|
||||||
},
|
},
|
||||||
'hg': {
|
'hg': {
|
||||||
'is_usable': "hg root",
|
'is_usable': "hg root",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue