diff --git a/gitlab-commit_and_push.ipynb b/gitlab-commit_and_push.ipynb
index 6fe7d09da9a09953163eff30a95ce825a3cb9564..5077e8ce5c877e630092e78060e035aceef9bd4b 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`"
    ]
   },
   {