We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffdfa3e commit 96003c8Copy full SHA for 96003c8
src/cmd/commit.ts
@@ -55,6 +55,7 @@ const commitAndPush = async (values: Record<string, any>, branch: string): Promi
55
async () => {
56
try {
57
cd(env.ENV_DIR)
58
+ await $`git pull --rebase origin ${branch}`
59
await $`git push -u origin ${branch}`
60
} catch (e) {
61
d.warn(`The values repository is not yet reachable.`)
0 commit comments