From 887e37c75b297f6ed903c90b6b403231f4c752e5 Mon Sep 17 00:00:00 2001 From: Kyle Lobo Date: Mon, 15 Jul 2019 04:09:14 +0530 Subject: [PATCH] Minor git command changes --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 65cd7be..7509f12 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ - Check out a new branch based and name it to what you intend to do: - Example: ```` - $ git checkout -b BRANCH_NAME feature/fooBar + $ git checkout -b BRANCH_NAME ```` If you get an error, you may need to fetch fooBar first by using ```` @@ -31,7 +31,7 @@ - Push to the branch - Example: ```` - $ git push origin feature/fooBar + $ git push origin BRANCH_NAME ```` - Make a pull request - Make sure you send the PR to the fooBar branch