mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-03 18:24:19 +00:00
config: add schema for git.push configuration entry
This commit is contained in:
parent
af9471e65c
commit
edfa03f017
1 changed files with 5 additions and 0 deletions
|
@ -195,6 +195,11 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"push": {
|
||||
"type": "string",
|
||||
"description": "The remote to which commits are pushed",
|
||||
"default": "origin"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue