From 5a253ad735c87369ec9c507ce317cf148530dbf5 Mon Sep 17 00:00:00 2001 From: "Wigal, Jacob (CIV)" <jacob.wigal@nps.edu> Date: Wed, 20 May 2020 09:16:58 -0700 Subject: [PATCH] Update gitlab-commit_and_push.ipynb --- gitlab-commit_and_push.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-commit_and_push.ipynb b/gitlab-commit_and_push.ipynb index 6fe7d09..5077e8c 100644 --- a/gitlab-commit_and_push.ipynb +++ b/gitlab-commit_and_push.ipynb @@ -35,7 +35,7 @@ "metadata": {}, "source": [ "Choose branch you would like to work on. (syntax: git checkout branch_name) \n", - "If you need to create a new branch, type this to create a branch and switch to it: git checkout -b branch_name" + "If you need to create a new branch, type this to create a branch and switch to it: `git checkout -b branch_name`" ] }, { -- GitLab