mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-16 00:56:23 +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