From 5bac2a700b03410ea7d95eb6e475b52da180f654 Mon Sep 17 00:00:00 2001 From: Marcin Matoga Date: Mon, 5 Jul 2021 11:05:53 +0200 Subject: [PATCH 1/2] adding new command in the cheatsheet --- cheatsheet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cheatsheet.md b/cheatsheet.md index 98fb3eb..507986b 100644 --- a/cheatsheet.md +++ b/cheatsheet.md @@ -23,3 +23,5 @@ ##### Creates a branch, and moves you onto it AT THE SAME TIME git checkout -b + +##### From a4ae8d48d02bc5e07c138adf7cb782b716ffc6dd Mon Sep 17 00:00:00 2001 From: Marcin Matoga Date: Mon, 5 Jul 2021 11:19:52 +0200 Subject: [PATCH 2/2] added new command --- cheatsheet.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cheatsheet.md b/cheatsheet.md index 507986b..ac58a96 100644 --- a/cheatsheet.md +++ b/cheatsheet.md @@ -24,4 +24,5 @@ ##### Creates a branch, and moves you onto it AT THE SAME TIME git checkout -b -##### +##### Creates, names and pushes existing branch to GitHub + git push origin