From 88c02828ee72da2748301ca0a46b3d809404d276 Mon Sep 17 00:00:00 2001 From: Steven Ley <5488153+buzzboldsteve@users.noreply.github.com> Date: Mon, 9 Oct 2023 19:19:43 -0500 Subject: [PATCH] Update tutorial.md Updated example git push command with flag --set-upstream and added remote name --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 091ac2f..97eb5e7 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -114,7 +114,7 @@ Add the files, commit the changes, and push the new branch to GitHub: ``` git add force-app/ git commit -m "Added field" -git push --set-upstream-to feature/add-field +git push --set-upstream origin feature/add-field ``` ## Feature Builds