From d1d8a6455d79dabc19b77cbceef5ca5232ec2fae Mon Sep 17 00:00:00 2001 From: Matthew Bongiovi Date: Tue, 6 Feb 2018 14:25:15 -0800 Subject: [PATCH] Fixing command typo --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c204d30..07ff5ba 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -69,7 +69,7 @@ In git, all changes should be made on a new branch. A branch is just a way to or First, you must decide on a branch name. Generally the name should be short, and descriptive of what the change will be. For example, `fixLoggingBug` or `addTelemetryFeature`. PS > cd F:/git/Spoon-Knife - PS > git branch -b myBranchName + PS > git checkout -b myBranchName You have now created a new branch. To switch between branches, run `git checkout `.