From d6296b8d8a3f7702012d7a02a6389924f2303621 Mon Sep 17 00:00:00 2001 From: Firas M Date: Sun, 11 Mar 2018 16:35:19 +0200 Subject: [PATCH] adding new command to the sheet --- cheatsheet.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cheatsheet.md b/cheatsheet.md index 98fb3eb..152786b 100644 --- a/cheatsheet.md +++ b/cheatsheet.md @@ -6,9 +6,11 @@ ##### Checking that status of your local repository - shows changed but not added files in red git status -##### Creating a new branch for you to work on +##### Creating a new branch for you to work on git branch +##### Frs creates a branch, and moves you onto it at the same time + git checkout -b ##### See all branches in your remote repository git branch -a